xamarin-macios/tests/bindings-test2/StructsAndEnums.cs

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

2017-01-26 15:38:39 +03:00
using System;
using System.Runtime.InteropServices;
namespace Bindings.Test2
{
public static class CFunctions {
[DllImport ("__Internal")]
public static extern int getIntOfChocolate ();
}
}