xamarin-macios/tests/generator/bug27428.cs

16 строки
259 B
C#

using System;
using System.Drawing;
using ObjCRuntime;
using Foundation;
using UIKit;
namespace Foo.BindingBugs
{
[BaseType (typeof (NSObject))]
interface Widget {
[Export ("doSomething:atIndex:")]
void DoSomething (NSObject @object, int index);
}
}