Method TryGet
TryGet(int, out T)
Get the value of the level index.
Declaration
public bool TryGet(int index, out T value)
Parameters
| Type | Name | Description |
|---|---|---|
| int | index | The index of the level to get. |
| T | value | Contains the value of the level when the level is found.
|
Returns
| Type | Description |
|---|---|
| bool |
|