System::Collections::Generic::IKVCollection::RemoveAt method

IKVCollection::RemoveAt method

Removes item at specified position.

virtual void System::Collections::Generic::IKVCollection<T>::RemoveAt(int index) override
ParameterTypeDescription
indexintIndex to delete element from.

See Also