SyntaxNodeCollection-1.GetEnumerator

SyntaxNodeCollection<T>.GetEnumerator method

Gets the values in the collection.

public override IEnumerator<T> GetEnumerator()

Return Value

An enumerator over the values in the collection.

See Also