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

Parameters

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