Click or drag to resize

CollectionItem Property

Gets/Sets the item at the specified index.

Namespace:  Slash.Unity.DataBind.Core.Data
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public Object this[
	int index
] { get; set; }

Parameters

index
Type: SystemInt32
Index to set item to.

Return Value

Type: Object
Item at specified index.
See Also