Class YamlScalarSyntaxNode

Class YamlScalarSyntaxNode

Namespace: Aspose.Html.Toolkit.Markdown.Syntax.Extensions
Assembly: Aspose.HTML.dll (25.2.0)

Defines the YamlScalarSyntaxNode

[ComVisible(true)]
public sealed class YamlScalarSyntaxNode : ChildFrontMatterSyntaxNode, IEnumerable<childfrontmattersyntaxnode>, IEnumerable

Inheritance

objectChildFrontMatterSyntaxNodeYamlScalarSyntaxNode

Implements

IEnumerable<childfrontmattersyntaxnode>, IEnumerable

Inherited Members

ChildFrontMatterSyntaxNode.GetEnumerator(), object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Methods

GetEnumerator()

Defines the interface for get IEnumerator

public override IEnumerator<childfrontmattersyntaxnode> GetEnumerator()

Returns

IEnumerator<ChildFrontMatterSyntaxNode&gt;

The IEnumerator.

GetValue()

Defines the interface for get value.

public string GetValue()

Returns

string

The string.

SetValue(string)

Defines the interface for set value.

public void SetValue(string value)

Parameters

value string

The value. </childfrontmattersyntaxnode>