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