ChangeObjectCollectionTRemoveAt Method

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

Definition

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

Parameters

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

See Also