xamarin-macios/tests/generator/bindas1049error.cs

16 строки
272 B
C#

using System;
using System.Drawing;
using Foundation;
using CoreMedia;
namespace BindAs1049ErrorTests {
[BaseType (typeof (NSObject))]
interface MyFooClass {
[return: BindAs (typeof (string))]
[Export ("stringMethod:")]
NSNumber StringMethod (int arg1);
}
}