CompositeNode1.GetEnumerator

CompositeNode<T>.GetEnumerator method

Returns an enumerator that iterates through child nodes of the CompositeNode.

public IEnumerator<T> GetEnumerator()

Return Value

A IEnumerator for the CompositeNode.

See Also