RemoveAt()

StringCollection::RemoveAt(int) method

Removes element at specified position.

void System::Collections::Specialized::StringCollection::RemoveAt(int index)

Arguments

ParameterTypeDescription
indexintIndex to remove element at.

See Also