Constructor to create a new Sort Comparer to be used by Array.Sort to sort CFunction objects.

Namespace: Asi.iBO.Events
Assembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0

Syntax

C#
public CFunctionSorter(
	FunctionSortBy sortBy
)
Visual Basic
Public Sub New ( _
	sortBy As FunctionSortBy _
)
Visual C++
public:
CFunctionSorter(
	FunctionSortBy sortBy
)

Parameters

sortBy
Type: Asi.iBO.Events..::..FunctionSortBy
Indicates which property of the CFunction should be used to order the list.

See Also