Click or drag to resize
AATreeTKey, TValuePreOrderTraversal Method
Gets Key and its associated value using PreOrder traversal.

Namespace: Bio
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public IEnumerable<KeyValuePair<TKey, TValue>> PreOrderTraversal()

Return Value

Type: IEnumerableKeyValuePairTKey, TValue

[Missing <returns> documentation for "M:Bio.AATree`2.PreOrderTraversal"]

See Also