[interp] Fall back to old implementation when calling on proxy
[mono-project.git] / mcs / errors / CS0012-10-lib.il
blob2887f4457098fae680fe3ff9023d374f3ea4e6dd
1 .assembly extern mscorlib
5 .assembly extern 'CS0012-lib-missing'
9 .assembly 'CS0012-10-lib'
11   .hash algorithm 0x00008004
12   .ver 0:0:0:0
15 .module 'CS0012-10-lib.dll'
17 .class public auto ansi sealed D`1<(I) T>
18        extends [mscorlib]System.MulticastDelegate
20   .method public hidebysig specialname rtspecialname 
21           instance void  .ctor(object 'object',
22                                native int 'method') runtime managed
23   {
24   }
26   .method public hidebysig newslot virtual 
27           instance !T  Invoke() runtime managed
28   {
29   }
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   }
38   .method public hidebysig newslot virtual 
39           instance !T  EndInvoke(class [mscorlib]System.IAsyncResult result) runtime managed
40   {
41   }
45 .class interface public abstract auto ansi I
46        implements ['CS0012-lib-missing']I1