xamarin-macios/tests/generator/bug52570methodinternal.cs

21 строка
300 B
C#

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