linux-packaging-mono/mcs/tests/test-936-lib.il
Xamarin Public Jenkins (auto-signing) e79aa3c0ed Imported Upstream version 4.6.0.125
Former-commit-id: a2155e9bd80020e49e72e86c44da02a8ac0e57a4
2016-08-03 10:59:49 +00:00

46 lines
1.1 KiB
Plaintext

.assembly extern mscorlib
{
}
.assembly 'test-936-lib'
{
}
.class public auto ansi sealed beforefieldinit TypeWithIndexer
extends [mscorlib]System.Object
{
.custom instance void [mscorlib]System.Reflection.DefaultMemberAttribute::.ctor(string) = ( 01 00 04 49 74 65 6D 00 00 ) // ...Item..
.method public hidebysig specialname rtspecialname
instance void .ctor() cil managed
{
IL_0000: ldarg.0
IL_0001: call instance void [mscorlib]System.Object::.ctor()
IL_0006: ret
}
.field private uint8[] a
.field private int32 b
.method public hidebysig specialname instance uint8
get_B(int32 index) cil managed
{
IL_0000: ldc.i4.0
IL_0001: conv.u1
IL_0002: ret
}
.method public hidebysig specialname
instance void set_O(int32 index,
uint8 A_1) cil managed
{
IL_0000: ret
}
.property instance uint8 Item(int32)
{
.get instance uint8 TypeWithIndexer::get_B(int32)
.set instance void TypeWithIndexer::set_O(int32,
uint8)
}
}