ValueNameSequence.opIndex

string opIndex(size_t index)

The name of the value at the given index.

Parameters

indexThe 0-based index of the value to retrieve.

Returns

The name of the value corresponding to the given index.

Throws

RegistryException if no corresponding value is retrieved.