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

7 строки
157 B
C#

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