Click or drag to resize
Accord.NET (logo)

RedBlackTreeTGetEnumerator Method

Returns an enumerator that iterates through this tree in-order.

Namespace:  Accord.Collections
Assembly:  Accord (in Accord.dll) Version: 3.8.0
Syntax
public override IEnumerator<RedBlackTreeNode<T>> GetEnumerator()
Request Example View Source

Return Value

Type: IEnumeratorRedBlackTreeNodeT
An IEnumerator object that can be used to traverse through this tree using in-order traversal.
See Also