ChangeObjectCollectionTRemoveAt Method

Remove the item at the specified ordinal index of the collection.

Definition

Namespace: ShopTools
Assembly: ShopTools (in ShopTools.exe) Version: 25.2429.4649
C#
public void RemoveAt(
	int index
)

Parameters

index  Int32
The 0-based index at which the item will be removed.

See Also