IntCollectionInsert(Int32) Method

Insert an Item into a sorted position within the Collection, moving all other values downward.

Definition

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

Parameters

value  Int32
The int value to Insert.

See Also