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.3013.4544
C#
public void Insert(
	int value
)

Parameters

value  Int32
The int value to Insert.

See Also