YamlMappingSyntaxNode.GetEnumerator

YamlMappingSyntaxNode.GetEnumerator method

Gets the enumerator.

public override IEnumerator<ChildFrontMatterSyntaxNode> GetEnumerator()

Return Value

An IEnumerator object that can be used to iterate through the collection.

See Also