An enumerable sequence representing the names of the values of a registry Key.
The name of the value at the given index.
The number of values.
Key key = ... foreach (string valueName; key.valueNames) { // using valueName }
See Implementation
An enumerable sequence representing the names of the values of a registry Key.