xamarin-macios/tests/generator/nowarn.cs

20 строки
276 B
C#

using System;
using Foundation;
namespace nowarnTests {
[Category]
[BaseType (typeof (FooObject))]
interface FooObject_Extensions {
[Static]
[Export ("someMethod:")]
bool SomeMethod (NSRange range);
}
[BaseType (typeof (NSObject))]
interface FooObject {
}
}