Merge pull request #5714 from alexischr/update_bockbuild
[mono.git] / mcs / tests / test-com-02-lib.il
1 .assembly extern mscorlib { }
2
3 .assembly 'test-com-02-lib' { }
4
5 .module 'test-com-02-lib.dll'
6
7 .namespace Test {
8
9 .class interface public abstract auto ansi import ITopic
10 {
11       .property string Title(int32)
12       {
13             .get instance string Test.ITopic::get_Title(int32, int32)
14                         .set instance string Test.ITopic::set_Title(int32, int32, bool, string)
15       }
16           
17         .method public hidebysig newslot specialname abstract virtual instance string get_Title(int32, int32) runtime managed internalcall
18         {
19         }
20         
21         .method public hidebysig newslot specialname abstract virtual instance string set_Title(int32, int32, bool, string) runtime managed internalcall
22         {
23         }
24         
25 }
26 }