* roottypes.cs: Rename from tree.cs.
[mono.git] / mcs / class / corlib / Microsoft.Win32 / RegistryKey.cs
index 1617fcbffa00e4406c584b3ba02da8119097e502..80b01d3580c89ab8825aaf1919ea79179dcb35c2 100644 (file)
@@ -52,6 +52,10 @@ namespace Microsoft.Win32
                
                string qname;   // the fully qualified registry key name
                bool isRoot;    // is the an instance of a root key?
+
+               internal bool IsRoot {
+                       get { return isRoot; }
+               }
                
                static readonly IRegistryApi RegistryApi;