You've already forked linux-packaging-mono
Imported Upstream version 4.2.0.179
Former-commit-id: 0a113cb3a6feb7873f632839b1307cc6033cd595
This commit is contained in:
committed by
Jo Shields
parent
183bba2c9a
commit
6992685b86
27
mcs/ilasm/tests/custom-attrs-01.il
Normal file
27
mcs/ilasm/tests/custom-attrs-01.il
Normal file
@@ -0,0 +1,27 @@
|
||||
.assembly extern mscorlib
|
||||
{
|
||||
}
|
||||
|
||||
.assembly 'custom-attrs-01'
|
||||
{
|
||||
}
|
||||
|
||||
.class interface public abstract auto ansi I1
|
||||
{
|
||||
.custom instance void [mscorlib]System.Reflection.DefaultMemberAttribute::.ctor(string)
|
||||
= {bytearray(55 05)}
|
||||
.method public hidebysig newslot specialname abstract virtual
|
||||
instance int32 get_A(int32 x) cil managed
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
.class interface public abstract auto ansi I2
|
||||
{
|
||||
.custom instance void [mscorlib]System.Reflection.DefaultMemberAttribute::.ctor(string)
|
||||
= {string('B')}
|
||||
.method public hidebysig newslot specialname abstract virtual
|
||||
instance int32 get_B(int32 x) cil managed
|
||||
{
|
||||
}
|
||||
}
|
||||
46
mcs/ilasm/tests/test-custom-mod-2.il
Normal file
46
mcs/ilasm/tests/test-custom-mod-2.il
Normal file
@@ -0,0 +1,46 @@
|
||||
.assembly extern mscorlib
|
||||
{
|
||||
}
|
||||
|
||||
.assembly 'test-custom-mod-2'
|
||||
{
|
||||
}
|
||||
|
||||
.class interface public abstract auto ansi I
|
||||
{
|
||||
.custom instance void [mscorlib]System.Reflection.DefaultMemberAttribute::.ctor(string)
|
||||
= {string('Item')}
|
||||
.method public hidebysig newslot specialname abstract virtual instance char
|
||||
get_P() cil managed
|
||||
{
|
||||
}
|
||||
|
||||
.method public hidebysig newslot specialname abstract virtual instance void
|
||||
set_P(char 'value') cil managed
|
||||
{
|
||||
}
|
||||
|
||||
.method public hidebysig newslot specialname abstract virtual instance int32
|
||||
get_Item(bool x) cil managed
|
||||
{
|
||||
}
|
||||
|
||||
.method public hidebysig newslot specialname abstract virtual instance void
|
||||
set_Item(bool x,
|
||||
int32 'value') cil managed
|
||||
{
|
||||
}
|
||||
|
||||
.property instance char modopt(int8) P()
|
||||
{
|
||||
.get instance char I::get_P()
|
||||
.set instance void I::set_P(char)
|
||||
}
|
||||
|
||||
.property instance int32 modopt(int8) Item(bool modopt(int16))
|
||||
{
|
||||
.get instance int32 I::get_Item(bool)
|
||||
.set instance void I::set_Item(bool,
|
||||
int32)
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user