1 .assembly extern mscorlib
4 .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) // .z\V.4..
6 .assembly 'generic-unboxing.2'
8 .custom instance void class [mscorlib]System.Runtime.CompilerServices.RuntimeCompatibilityAttribute::'.ctor'() = (
9 01 00 01 00 54 02 16 57 72 61 70 4E 6F 6E 45 78 // ....T..WrapNonEx
10 63 65 70 74 69 6F 6E 54 68 72 6F 77 73 01 ) // ceptionThrows.
12 .hash algorithm 0x00008004
15 .module 'generic-unboxing.2.dll' // GUID = {0285A5AB-E59B-4ED1-848C-3BB9C270CB7D}
19 .class public sequential ansi sealed beforefieldinit UnboxerStruct`1<T>
20 extends [mscorlib]System.ValueType
22 .field public int32 'field'
24 } // end of class UnboxTest.UnboxerStruct`1
29 .class public auto ansi beforefieldinit Unboxer`1<T>
30 extends [mscorlib]System.Object
34 .method public hidebysig specialname rtspecialname
35 instance default void '.ctor' () cil managed
37 // Method begins at RVA 0x20ec
41 IL_0001: call instance void object::'.ctor'()
43 } // end of method Unboxer`1::.ctor
46 .method public hidebysig
47 instance default valuetype [mscorlib]System.Nullable`1<valuetype UnboxTest.UnboxerStruct`1<!T>> 'unboxNullable' (object obj) cil managed
49 // Method begins at RVA 0x20f4
53 // IL_0001: unbox.any valuetype [mscorlib]System.Nullable`1<valuetype UnboxerStruct`1<!0>>
54 IL_0001: unbox valuetype [mscorlib]System.Nullable`1<valuetype UnboxTest.UnboxerStruct`1<!0>>
55 IL_0002: ldobj valuetype [mscorlib]System.Nullable`1<valuetype UnboxTest.UnboxerStruct`1<!0>>
57 } // end of method Unboxer`1::unboxNullable
60 .method public hidebysig
61 instance default valuetype UnboxTest.UnboxerStruct`1<!T> 'unbox' (object obj) cil managed
63 // Method begins at RVA 0x20f4
67 IL_0001: unbox valuetype UnboxTest.UnboxerStruct`1<!0>
68 IL_0002: ldobj valuetype UnboxTest.UnboxerStruct`1<!0>
70 } // end of method Unboxer`1::unbox
72 } // end of class Unboxer`1