示例#1
0
        // Show Details	Severity	Code	Description	Project	File	Line
        //Error CS1103  The first parameter of an extension method cannot be of type 'FooSignal8*'	TestExportDefInvoke Program.cs  33



        unsafe static void Foo(TestExportDefSharedProject.FooSignal8 *aa)
        {
            DoCallbackFoo8(aa,

                           delegate
            {
                var __a = aa;
            }
                           );
        }
示例#2
0
 //extern unsafe static void DoCallbackFoo8(this TestExportDefSharedProject.FooSignal8* y, Action signal);
 extern unsafe static void DoCallbackFoo8(TestExportDefSharedProject.FooSignal8 *y, Action signal);