idx_get()

IKVCollection::idx_get(int) const method

Getter function.

virtual T System::Collections::Generic::IKVCollection<T>::idx_get(int index) const override=0

Arguments

ParameterTypeDescription
indexintIndex to get element from.

Return Value

Element at specified position.

See Also