Click or drag to resize
DeltaAlignmentSorterGetSortedNodes Method
Gets id and value pair sorted on value.

Namespace: Bio.Util
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public IEnumerable<Node> GetSortedNodes()

Return Value

Type: IEnumerableNode
IEnumerable of id and value pair.
See Also