Alquimiaware.NuGetUnity.TargetPreferences.IsSubsetRuntime C# (CSharp) Method

IsSubsetRuntime() private static method

private static IsSubsetRuntime ( ) : bool
return bool
        private static bool IsSubsetRuntime()
        {
            return RuntimeCompatibility.Level == ApiCompatibilityLevel.NET_2_0_Subset;
        }