LLBLGen Pro v5.0 Designer Reference Manual
LLBLGen Pro v5.0 Designer Reference Manual
Namespaces
SD.Tools Namespaces
SD.Tools.Algorithmia Namespaces
SD.Tools.Algorithmia
CommandQueueActionType Enumeration
SortAlgorithm Enumeration
SortDirection Enumeration
SortAlgorithm Enumeration
Enum for specifying the sort algorithm to use
Namespace:
SD.Tools.Algorithmia
Assembly:
SD.Tools.Algorithmia (in SD.Tools.Algorithmia.dll) Version: 1.2.0.0 (1.2.14.1118)
Syntax
C#
VB
Copy
public
enum
SortAlgorithm
Public
Enumeration
SortAlgorithm
Members
Member name
Value
Description
SelectionSort
0
Use selection sort to sort the source
ShellSort
1
Use shell sort to sort the source
QuickSort
2
Use quick sort to sort the source
See Also
Reference
SD.Tools.Algorithmia Namespace
2002-2016 Solutions Design bv
Send comments on this topic to
LLBLGen Pro v5.0 Designer Documentation feedback