xamarin-macios/tests/scripted/select-native-compiler/managed.cs

7 строки
177 B
C#

using MonoTouch.Foundation;
using MonoTouch.ObjCRuntime;
[assembly: LinkWith ("Native", ForceLoad = true, LinkTarget = LinkTarget.ArmV7, IsCxx = true)]
public class Native {
}