This version of Unity is unsupported.

CollectionViewController.GetItemForIndex

Declaration

public object GetItemForIndex(int index);

Parameters

index The item index.

Returns

object The object in the source at this index.

Description

Returns the item with the specified index.