YamlMappingSyntaxNode.Item

YamlMappingSyntaxNode indexer (1 of 2)

Get the value by index.

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

Return Value

The YamlSyntaxNode.

Exceptions

exceptioncondition
ArgumentOutOfRangeExceptionThrow the ArgumentOutOfRangeException

See Also


YamlMappingSyntaxNode indexer (2 of 2)

Get the YamlSyntaxNode by String key.

public ChildFrontMatterSyntaxNode this[String key] { get; }
ParameterDescription
keyThe String key.

Return Value

The YamlSyntaxNode.

Exceptions

exceptioncondition
ArgumentException

See Also