System::Collections::Specialized::StringCollection::RemoveAt method

StringCollection::RemoveAt method

Removes element at specified position.

void System::Collections::Specialized::StringCollection::RemoveAt(int index)
ParameterTypeDescription
indexintIndex to remove element at.

See Also