xamarin-macios/tests/generator/bi1036.cs

11 строки
175 B
C#

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