xamarin-macios/tests/generator/bug57070.cs

10 строки
153 B
C#

using Foundation;
using ObjCRuntime;
[BaseType (typeof(NSObject))]
interface SomeClass
{
[iOS (10,0)]
[Export ("doSomething")]
void DoSomething ();
}