summaryrefslogtreecommitdiff
path: root/src/mscorlib
diff options
context:
space:
mode:
authorDan Moseley <danmose@microsoft.com>2016-11-17 19:39:43 -0800
committerJan Kotas <jkotas@microsoft.com>2016-11-17 19:39:43 -0800
commit51ccb89389d0fd314e9090ec1d9108670041494a (patch)
treec04f9bb3fa1f50c8fb2224daade0a32dcf905ddf /src/mscorlib
parenteb4920aeb75f40ee5029c5ad1c30545a02006ee3 (diff)
downloadcoreclr-51ccb89389d0fd314e9090ec1d9108670041494a.tar.gz
coreclr-51ccb89389d0fd314e9090ec1d9108670041494a.tar.bz2
coreclr-51ccb89389d0fd314e9090ec1d9108670041494a.zip
Type sigs (#8191)
Diffstat (limited to 'src/mscorlib')
-rw-r--r--src/mscorlib/src/System/Type.cs8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/mscorlib/src/System/Type.cs b/src/mscorlib/src/System/Type.cs
index 6b1f363bdf..6583631975 100644
--- a/src/mscorlib/src/System/Type.cs
+++ b/src/mscorlib/src/System/Type.cs
@@ -1076,11 +1076,7 @@ namespace System {
get {return ((GetAttributeFlagsImpl() & TypeAttributes.Sealed) != 0);}
}
-#if FEATURE_CORECLR
- public bool IsEnum {
-#else
public virtual bool IsEnum {
-#endif
[Pure]
get
{
@@ -1773,11 +1769,7 @@ namespace System {
// _Type.Equals(Type)
[Pure]
-#if !FEATURE_CORECLR
public virtual bool Equals(Type o)
-#else
- public bool Equals(Type o)
-#endif
{
if ((object)o == null)
return false;