Merge pull request #5675 from mono/glib-debug-symbols
[mono.git] / mcs / errors / CS0012-10-lib.il
1 .assembly extern mscorlib
2 {
3 }
4
5 .assembly extern 'CS0012-lib-missing'
6 {
7 }
8
9 .assembly 'CS0012-10-lib'
10 {
11   .hash algorithm 0x00008004
12   .ver 0:0:0:0
13 }
14
15 .module 'CS0012-10-lib.dll'
16
17 .class public auto ansi sealed D`1<(I) T>
18        extends [mscorlib]System.MulticastDelegate
19 {
20   .method public hidebysig specialname rtspecialname 
21           instance void  .ctor(object 'object',
22                                native int 'method') runtime managed
23   {
24   }
25
26   .method public hidebysig newslot virtual 
27           instance !T  Invoke() runtime managed
28   {
29   }
30
31   .method public hidebysig newslot virtual 
32           instance class [mscorlib]System.IAsyncResult 
33           BeginInvoke(class [mscorlib]System.AsyncCallback callback,
34                       object 'object') runtime managed
35   {
36   }
37
38   .method public hidebysig newslot virtual 
39           instance !T  EndInvoke(class [mscorlib]System.IAsyncResult result) runtime managed
40   {
41   }
42
43 }
44
45 .class interface public abstract auto ansi I
46        implements ['CS0012-lib-missing']I1
47 {
48 }