[]
Returns the index of the specified GroupInfo object in the collection.
public virtual int IndexOf(GroupInfo value)
Public Overridable Function IndexOf(value As GroupInfo) As Integer
| Type | Name | Description |
|---|---|---|
| GroupInfo | value | GroupInfo object for which to search |
| Type | Description |
|---|---|
| int | The zero-based index of the first occurrence of value within the entire System.Collections.ArrayList, if found; otherwise, -1. |