[System.Windows.Forms] Disable failing test
[mono-project.git] / mcs / tests / test-com-03-lib.il
bloba22273fcc65c0f29e4fefb1afc7228b45957b550
1 .assembly extern mscorlib
5 .assembly 'test-com-03-lib'
7   .hash algorithm 0x00008004
8   .ver  0:0:0:0
11 .module 'test-com-03-lib.dll'
13 // Import flag enables more magic
15 .class interface public auto ansi import C
17   .method public hidebysig newslot specialname virtual abstract
18           instance object 
19           get_Value([opt] object a) runtime managed preservesig internalcall
20   {
21   }
23   .property object Value(object)
24   {
25     .get instance object C::get_Value(object)
26   }
28   .method public hidebysig newslot specialname virtual abstract
29           instance void 
30           set_Value2([opt] object a, [opt] object b) runtime managed preservesig internalcall
31   {
32   }
34   .property object Value2(object)
35   {
36     .set instance void C::set_Value2(object, object)
37   }