Method TryGet
TryGet(int, out T)
Get the value of the level index
.
선언
public bool TryGet(int index, out T value)
파라미터
타입 | 이름 | 설명 |
---|---|---|
int | index | The index of the level to get. |
T | value | Contains the value of the level when the level is found.
|
반환
타입 | 설명 |
---|---|
bool |
|