xamarin-macios/tests/generator/ghissue5416b.cs

13 строки
247 B
C#

using Foundation;
using ObjCRuntime;
namespace GHIssue5416 {
[BaseType (typeof (NSObject))]
interface NullAllowedWarning {
[Export ("methodWhen:data:", ArgumentSemantic.Assign)]
[NullAllowed]
NSString Method (NSDate d, NSObject o);
}
}