Class YamlSequenceSyntaxNode

Class YamlSequenceSyntaxNode

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

Defines the YamlSequenceSyntaxNode

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

Inheritance

objectChildFrontMatterSyntaxNodeYamlSequenceSyntaxNode

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()

Properties

this[int]

Get the ChildFrontMatterSyntaxNode by index.

public ChildFrontMatterSyntaxNode this[int index] { get; }

Property Value

ChildFrontMatterSyntaxNode

Exceptions

ArgumentOutOfRangeException

Throw the ArgumentOutOfRangeException.

Methods

Count()

Defines the interface for get count.

public int Count()

Returns

int

The integer result.

GetEnumerator()

Defines the interface for get enumerator.

public override IEnumerator<childfrontmattersyntaxnode> GetEnumerator()

Returns

IEnumerator<ChildFrontMatterSyntaxNode&gt;

The IEnumerator. </childfrontmattersyntaxnode>