YamlMappingSyntaxNode Class

YamlMappingSyntaxNode class

Defines the YamlMappingSyntaxNode

public sealed class YamlMappingSyntaxNode : ChildFrontMatterSyntaxNode

Properties

NameDescription
Children { get; }Get the all Children.
Item { get; }Get the value by index. (2 indexers)
Keys { get; }Get all Keys.
Values { get; }Get all Values.

Methods

NameDescription
override GetEnumerator()Gets the enumerator.

See Also