YamlSequenceSyntaxNode Class

YamlSequenceSyntaxNode class

Defines the YamlSequenceSyntaxNode

public sealed class YamlSequenceSyntaxNode : ChildFrontMatterSyntaxNode

Constructors

NameDescription
YamlSequenceSyntaxNode(HugoFrontMatterSyntaxNode, g)

Properties

NameDescription
getItem Get the YamlSyntaxNode by index.

Methods

NameDescription
count()Defines the interface for get count.
getEnumerator()Defines the interface for get enumerator.

See Also