1 .assembly extern mscorlib
4 .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) // .z\V.4..
6 .assembly extern 'generic-unboxing.2'
10 .assembly 'generic-boxing.2'
12 .custom instance void class [mscorlib]System.Runtime.CompilerServices.RuntimeCompatibilityAttribute::'.ctor'() = (
13 01 00 01 00 54 02 16 57 72 61 70 4E 6F 6E 45 78 // ....T..WrapNonEx
14 63 65 70 74 69 6F 6E 54 68 72 6F 77 73 01 ) // ceptionThrows.
16 .hash algorithm 0x00008004
19 .module 'generic-boxing.2.dll' // GUID = {9C29868F-7AD1-40CC-BBDC-DF985AB656FC}
24 .class public auto ansi beforefieldinit Boxer`1<T>
25 extends [mscorlib]System.Object
29 .method public hidebysig specialname rtspecialname
30 instance default void '.ctor' () cil managed
32 // Method begins at RVA 0x20ec
36 IL_0001: call instance void object::'.ctor'()
38 } // end of method Boxer`1::.ctor
41 .method public hidebysig
42 instance default object boxNullable (valuetype [mscorlib]System.Nullable`1<valuetype ['generic-unboxing.2']UnboxTest.UnboxerStruct`1<!T>> us) cil managed
44 // Method begins at RVA 0x20f4
48 // IL_0004: call instance !0 valuetype [mscorlib]System.Nullable`1<valuetype ['generic-unboxing.2']UnboxTest.UnboxerStruct`1<!T>>::get_Value()
49 IL_0009: box valuetype [mscorlib]System.Nullable`1<valuetype ['generic-unboxing.2']UnboxTest.UnboxerStruct`1<!T>>
51 } // end of method Boxer`1::boxNullable
53 } // end of class BoxTest.Boxer`1