[]
Removes the GroupInfo object from the collection at the specified index.
public virtual void RemoveAt(int index)
Public Overridable Sub RemoveAt(index As Integer)
| Type | Name | Description |
|---|---|---|
| int | index | Zero-based index of the GroupInfo object to remove |
| Type | Condition |
|---|---|
| IndexOutOfRangeException | Specified index is out of range; must be between 0 and the total number in the collection |