TransitionGroupCache.

TryGet(int, Object) Method

Summary

Tries to get the item at the specified `itemIndex`.

Syntax

public bool TryGet(int itemIndex, out Object item)

Parameters

Name Type Description
itemIndex int
item Object

Return Value

Type Description
bool