xamarin-macios/tests/generator/warnaserror.cs

21 строка
282 B
C#

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