YamlMappingSyntaxNode Class

YamlMappingSyntaxNode class

Defines the YamlMappingSyntaxNode

public sealed class YamlMappingSyntaxNode : ChildFrontMatterSyntaxNode

Constructors

NameDescription
YamlMappingSyntaxNode(HugoFrontMatterSyntaxNode, e)

Properties

NameDescription
getChildren Get the all Children.
getItem Get the value by index. (2 indexers)
getKeys Get all Keys.
getValues Get all Values.

Methods

NameDescription
getEnumerator()Gets the enumerator.

See Also