linux-packaging-mono/mcs/tests/test-com-03-lib.il
Jo Shields a575963da9 Imported Upstream version 3.6.0
Former-commit-id: da6be194a6b1221998fc28233f2503bd61dd9d14
2014-08-13 10:39:27 +01:00

40 lines
775 B
Plaintext

.assembly extern mscorlib
{
}
.assembly 'test-com-03-lib'
{
.hash algorithm 0x00008004
.ver 0:0:0:0
}
.module 'test-com-03-lib.dll'
// Import flag enables more magic
.class interface public auto ansi import C
{
.method public hidebysig newslot specialname virtual abstract
instance object
get_Value([opt] object a) runtime managed preservesig internalcall
{
}
.property object Value(object)
{
.get instance object C::get_Value(object)
}
.method public hidebysig newslot specialname virtual abstract
instance void
set_Value2([opt] object a, [opt] object b) runtime managed preservesig internalcall
{
}
.property object Value2(object)
{
.set instance void C::set_Value2(object, object)
}
}