YamlSequenceSyntaxNode Class

YamlSequenceSyntaxNode class

Defines the YamlSequenceSyntaxNode

public sealed class YamlSequenceSyntaxNode : ChildFrontMatterSyntaxNode

Properties

NameDescription
Item { get; }Get the ChildFrontMatterSyntaxNode by index.

Methods

NameDescription
Count()Defines the interface for get count.
override GetEnumerator()Defines the interface for get enumerator.

See Also