NodeList Class

NodeList class

Base implementation of the NodeList.

public abstract class NodeList : NodeList<MarkdownSyntaxNode>

Properties

NameDescription
abstract getCount

Methods

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

See Also