Method GetCategory
GetCategory(int)
Returns the category stored at the specified index
Declaration
public T GetCategory(int index)
Parameters
| Type | Name | Description |
|---|---|---|
| int | index | The index of the category to lookup |
Returns
| Type | Description |
|---|---|
| T | The category stored at the specified index |