NodeList Class

NodeList class

Base implementation of the NodeList.

public abstract class NodeList : NodeList<MarkdownSyntaxNode>

Properties

NameDescription
abstract Count { get; }

Methods

NameDescription
abstract Get(int)
abstract GetEnumerator()
WriteTo(TextWriter)

See Also