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 ChildFrontMatterSyntaxNode.

Exceptions

exceptioncondition
ArgumentOutOfRangeExceptionThrow the ArgumentOutOfRangeException

See Also


YamlMappingSyntaxNode indexer (2 of 2)

Get the ChildFrontMatterSyntaxNode by string key.

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

Return Value

The ChildFrontMatterSyntaxNode.

Exceptions

exceptioncondition
ArgumentException

See Also