Imported Upstream version 3.6.0

Former-commit-id: da6be194a6b1221998fc28233f2503bd61dd9d14
This commit is contained in:
Jo Shields
2014-08-13 10:39:27 +01:00
commit a575963da9
50588 changed files with 8155799 additions and 0 deletions

View File

@@ -0,0 +1,39 @@
.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)
}
}