YamlSequenceSyntaxNode.Item

YamlSequenceSyntaxNode indexer

Get the YamlSyntaxNode by index.

public ChildFrontMatterSyntaxNode this[int index] { get; }
ParameterDescription
indexThe index,

Return Value

The YamlSyntaxNode.

Exceptions

exceptioncondition
ArgumentOutOfRangeExceptionThrow the ArgumentOutOfRangeException.

See Also