ChangeObjectCollectionTInsert Method

Insert an item into the collection at the specified ordinal index.

Definition

Namespace: Html
Assembly: Html (in Html.dll) Version: 25.3013.4544
C#
public void Insert(
	int index,
	T item
)

Parameters

index  Int32
The 0-based index at which to insert the new item.
item  T
Reference to the item to be inserted.

See Also