NodeIterator.NextNode

NodeIterator.NextNode method

Defines the interface for get the next node.

public MarkdownSyntaxNode NextNode()

Return Value

The markdown syntax node.

See Also