Click or drag to resize

CollectionTRemoveAt Method

Removes 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 void RemoveAt(
	int index
)

Parameters

index
Type: SystemInt32
Index to remove item at.

Implements

IListTRemoveAt(Int32)
See Also