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

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

Syntax

C#
public KeyValuePairSorter(
	KeyValuePairSortBy sortBy
)
Visual Basic
Public Sub New ( _
	sortBy As KeyValuePairSortBy _
)
Visual C++
public:
KeyValuePairSorter(
	KeyValuePairSortBy sortBy
)

Parameters

sortBy
Type: Asi.iBO..::..KeyValuePairSortBy
Indicates which property of the subsciption should be used to order the list.

See Also