xamarin-macios/tests/generator/bi1036.cs

11 строки
185 B
C#
Исходник Обычный вид История

2016-05-26 16:06:52 +03:00
using MonoTouch.Foundation;
namespace NS {
[BaseType (typeof (NSObject))]
interface Foo {
[Export ("foo:")]
[Async (ResultTypeName="Result")]
void Method (string arg);
}
}