xamarin-macios/tests/generator/bug36457.cs

12 строки
196 B
C#

using Foundation;
namespace Bug {
delegate string ReturnsString ();
[BaseType (typeof(NSObject))]
interface Type
{
[Export ("returnString")]
ReturnsString ReturnString { get; set; }
}
}