|
BinaryTreeTNodeGetEnumerator Method
|
Returns an enumerator that iterates through the tree.
Namespace:
Accord.Collections
Assembly:
Accord (in Accord.dll) Version: 3.8.0
Syntax public virtual IEnumerator<TNode> GetEnumerator()
Public Overridable Function GetEnumerator As IEnumerator(Of TNode)
Request Example
View SourceReturn Value
Type:
IEnumeratorTNode
An
IEnumerator object
that can be used to iterate through the collection.
See Also