xamarin-macios/tests/qa-regression/ObjCBlocks/block.cs

14 строки
190 B
C#

using System;
using MonoMac.Foundation;
namespace Test {
[BaseType (typeof (NSObject))]
interface ObjCBlocksTest {
[Export ("doInvoke:")]
void DoInvoke (Action blockHandler);
}
}