RemoveAt

ISequenceCollection.RemoveAt method

Removes sequence at the specified index.

public void RemoveAt(int index)
ParameterTypeDescription
indexInt32Index of element in the collection Int32

See Also