xamarin-macios/tests/generator/bmac-with-hyphen-in-name.cs

11 строки
174 B
C#

using Foundation;
namespace Test
{
[BaseType (typeof (NSObject))]
interface TestBMACLib
{
[Export ("addTwoRows:withSecond:")]
int Add (int first, int second);
}
}