ChangeObjectCollectionTRemoveAt Method

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

Definition

Namespace: ProjectTask
Assembly: ProjectTask (in ProjectTask.dll) Version: 25.2814.3647
C#
public void RemoveAt(
	int index
)

Parameters

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

See Also