[]
Gets the UserCellGroup at the specified index in the current collection.
public UserCellGroup this[int index] { get; }
Type | Name | Description |
---|---|---|
int | index | The index in the current collection. |
Type | Description |
---|---|
UserCellGroup | The UserCellGroup at the specified index. |