TransitionGroupCache.

TryGet(int, Object) Method

Summary

Tries to get the item at the specified index.

Syntax

public bool TryGet(int index, out Object item)

Parameters

Name Type Description
index int
item Object

Return Value

Type Description
bool