[System.Private.CoreLib] Merge fixes
authorMarek Safar <marek.safar@gmail.com>
Tue, 18 Jun 2019 09:10:59 +0000 (11:10 +0200)
committerMarek Safar <marek.safar@gmail.com>
Tue, 18 Jun 2019 09:10:59 +0000 (11:10 +0200)
Commit migrated from https://github.com/mono/mono/commit/d44da802a9cc7317218bce4dd1565470f4fc3431

src/mono/netcore/System.Private.CoreLib/src/System/RuntimeType.cs

index 6e01c1c..572dea8 100644 (file)
@@ -2551,6 +2551,12 @@ namespace System
                        }
                }
 
+               internal override bool IsUserType {
+                       get {
+                               return false;
+                       }
+               }
+
                public override bool IsSubclassOf(Type type)
                {
                        if ((object)type == null)