Method RemoveAt
RemoveAt(Int32)
Removes the EquatableList<T> item at the specified index.
Declaration
public virtual void RemoveAt(int index)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | index | The zero-based index of the item to remove. |