Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Safar <marek.safar@gmail.com>2017-10-18 14:04:54 +0300
committerMarek Safar <marek.safar@gmail.com>2017-10-18 14:07:47 +0300
commit4bd3aa215838ca21be8bcc4bac059312f4d1b069 (patch)
tree878d12446ac2755f24f8cf75494224e55dc07bb5 /mcs/class/test-helpers
parente87cc4822c4163aca59f73ee9f745ed61cd3bde3 (diff)
[bcl] Update PlatformDetection helpers
Diffstat (limited to 'mcs/class/test-helpers')
-rw-r--r--mcs/class/test-helpers/PlatformDetection.cs4
1 files changed, 4 insertions, 0 deletions
diff --git a/mcs/class/test-helpers/PlatformDetection.cs b/mcs/class/test-helpers/PlatformDetection.cs
index d9f6d384efe..5dd9e3890e9 100644
--- a/mcs/class/test-helpers/PlatformDetection.cs
+++ b/mcs/class/test-helpers/PlatformDetection.cs
@@ -3,5 +3,9 @@ namespace System
static partial class PlatformDetection
{
public static readonly bool IsNetNative = false;
+
+ public static readonly bool IsFullFramework = true;
+
+ public static bool IsNonZeroLowerBoundArraySupported => true;
}
} \ No newline at end of file