Method GetGroup
GetGroup(int)
Returns the group for the index.
Declaration
IGroup GetGroup(int index)
Parameters
Type | Name | Description |
---|---|---|
int | index | The index of the group to return. |
Returns
Type | Description |
---|---|
IGroup | The requested group or null if one does not exist. |