IStorage.Key

IStorage.Key method

Returns the name of the nth key, or null if n is greater than or equal to the number of key/value pairs.

public string Key(long n)
ParameterTypeDescription
nInt64Number of storage item.

Return Value

Key string.

See Also