KeyNameSequence.getKeyName

The name of the key at the given index.

class KeyNameSequence
string
getKeyName
(
size_t index
)

Parameters

index size_t

The 0-based index of the key to retrieve.

Return Value

Type: string

The name of the key corresponding to the given index.

Throws

RegistryException if no corresponding key is retrieved.

Meta