YamlScalarSyntaxNode Class

YamlScalarSyntaxNode class

Defines the YamlScalarSyntaxNode

public sealed class YamlScalarSyntaxNode : ChildFrontMatterSyntaxNode

Constructors

NameDescription
YamlScalarSyntaxNode(HugoFrontMatterSyntaxNode, f)

Methods

NameDescription
getEnumerator()Defines the interface for get IEnumerator
getValue()Defines the interface for get value.
setValue(String)Defines the interface for set value.

See Also