System::Collections::Generic::IKVCollection::idx_set method

IKVCollection::idx_set method

Setter function.

virtual void System::Collections::Generic::IKVCollection<T>::idx_set(int index, T value) override
ParameterTypeDescription
indexintIndex to set element at.
valueTValue to set to specified element.

See Also