Click or drag to resize
Accord.NET (logo)

TreeTNodeGetEnumerator Method

Returns an enumerator that iterates through the collection.

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

Return Value

Type: IEnumeratorTNode
A IEnumeratorT that can be used to iterate through the collection.
See Also