xamarin-macios/tests/generator/bi1036.cs

11 строки
185 B
C#

using MonoTouch.Foundation;
namespace NS {
[BaseType (typeof (NSObject))]
interface Foo {
[Export ("foo:")]
[Async (ResultTypeName="Result")]
void Method (string arg);
}
}