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
object ← ChildFrontMatterSyntaxNode ← YamlSequenceSyntaxNode
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
Exceptions
Throw the ArgumentOutOfRangeException.
Methods
Count()
Defines the interface for get count.
public int Count()
Returns
The integer result.
GetEnumerator()
Defines the interface for get enumerator.
public override IEnumerator<childfrontmattersyntaxnode> GetEnumerator()
Returns
IEnumerator<ChildFrontMatterSyntaxNode>
The IEnumerator. </childfrontmattersyntaxnode>