Click or drag to resize

CollectionGetItem Method

Returns the item at the specified index of the collection.

Namespace:  Slash.Unity.DataBind.Core.Data
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
protected abstract Object GetItem(
	int index
)

Parameters

index
Type: SystemInt32
Index to get item for.

Return Value

Type: Object
Item at the specified index of the collection.
See Also