Click or drag to resize

KeyedListSort Method

Sorts the items of this collection according the given rule

Namespace:  WorkflowGen.My.Collections
Assembly:  WorkflowGen.My (in WorkflowGen.My.dll) Version: 8.1.3.0 (8.1.3.20220620)
Syntax
public void Sort(
	KeyedListSortOrder sortOrder
)

Parameters

sortOrder
Type: WorkflowGen.My.CollectionsKeyedListSortOrder
Sort order to apply
See Also