System::Collections::Generic::IKVCollection::idx_get method

IKVCollection::idx_get method

Getter function.

virtual T System::Collections::Generic::IKVCollection<T>::idx_get(int index) const override=0
ParameterTypeDescription
indexintIndex to get element from.

ReturnValue

Element at specified position.

See Also