Merge pull request #5714 from alexischr/update_bockbuild
[mono.git] / mcs / tests / test-661-lib.il
1 .assembly extern mscorlib
2 {
3 }
4
5 .assembly 'test-661-lib'
6 {
7   .hash algorithm 0x00008004
8   .ver 0:0:0:0
9 }
10
11 .module 'test-661-lib.dll'
12
13 .class interface public abstract auto ansi SummaryInfo
14 {
15         .method public hidebysig newslot specialname abstract virtual instance object get_Property(int32 Pid) cil managed
16         {
17         }
18
19         .method public hidebysig newslot specialname abstract virtual instance void  set_Property(int32 Pid, object 'value') cil managed
20         {
21         }
22
23         .property instance object Property(int32)
24         {
25                 .get instance object SummaryInfo::get_Property(int32)
26                 .set instance void SummaryInfo::set_Property(int32,object)
27         }
28 }