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: 2.4.0.0 (2.4.0.0)
Syntax
public void Sort(
	KeyedListSortOrder sortOrder
)

Parameters

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