Sorts items in the collection using the provided comparer.

Namespace:  proCube.Api
Assembly:  proCubeApi (in proCubeApi.dll) Version: 8.0.1.325

Syntax

C#
void Sort(
	IComparer<T> comparer
)
Visual Basic (Usage)
Dim instance As IArray
Dim comparer As IComparer(Of T)

instance.Sort(comparer)

Parameters

comparer
Type: System.Collections.Generic..::.IComparer<(Of <(T>)>)

See Also