ChildFrontMatterSyntaxNode.GetEnumerator

ChildFrontMatterSyntaxNode.GetEnumerator method

Get the IEnumerator.

public abstract IEnumerator<ChildFrontMatterSyntaxNode> GetEnumerator()

Return Value

The IEnumerator.

See Also