IntCollectionSort(IntCollection) Method

Sort the contents of the Collection.

Definition

Namespace: Html
Assembly: Html (in Html.dll) Version: 25.2822.3845
C#
public static void Sort(
	IntCollection value
)

Parameters

value  IntCollection
Reference to the IntCollection to sort.

See Also