An enumerable sequence representing the names of the sub-keys of a registry Key.
The name of the key at the given index.
The number of keys.
Key key = ... foreach (string subkeyName; key.keyNames) { // using subkeyName }
See Implementation
An enumerable sequence representing the names of the sub-keys of a registry Key.