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