Click or drag to resize

CollectionSetItem Method

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
protected abstract void SetItem(
	int index,
	Object item
)

Parameters

index
Type: SystemInt32
Index to set item at.
item
Type: SystemObject
New item to set at the specified index.
See Also