RemoveAt()

IKVCollection::RemoveAt(int) method

Removes item at specified position.

virtual void System::Collections::Generic::IKVCollection<T>::RemoveAt(int index) override

Arguments

ParameterTypeDescription
indexintIndex to delete element from.

See Also