YamlMappingSyntaxNode class

YamlMappingSyntaxNode class

Defines the YamlMappingSyntaxNode

Inheritance: YamlMappingSyntaxNodeChildFrontMatterSyntaxNode

The YamlMappingSyntaxNode type exposes the following members:

Properties

PropertyDescription
keysGet all Keys.
valuesGet all Values.

Get the value by index.

Indexer

NameDescription
[index]The int index.

See Also