cleol
[mcs.git] / tests / test-661-lib.il
blob69f41e86455ef96e69b2e4b2b198eb59a04073fc
1 .assembly extern mscorlib
5 .assembly 'test-661-lib'
7   .hash algorithm 0x00008004
8   .ver 0:0:0:0
11 .module 'test-661-lib.dll'
13 .class interface public abstract auto ansi SummaryInfo
15         .method public hidebysig newslot specialname abstract virtual instance object get_Property(int32 Pid) cil managed
16         {
17         }
19         .method public hidebysig newslot specialname abstract virtual instance void  set_Property(int32 Pid, object 'value') cil managed
20         {
21         }
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         }