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

10 строки
171 B
C#
Исходник Обычный вид История

2016-05-26 16:06:52 +03:00
using Foundation;
namespace Test {
[BaseType (typeof (NSObject))]
interface TestBMACLib {
2016-05-26 16:06:52 +03:00
[Export ("addTwoRows:withSecond:")]
int Add (int first, int second);
}
}