MarkdownSyntaxTree.CreateTreeWalker

CreateTreeWalker(MarkdownSyntaxNodeFilter)

Defines the interface for create the tree walker.

public TreeWalker CreateTreeWalker(MarkdownSyntaxNodeFilter filter)
ParameterTypeDescription
filterMarkdownSyntaxNodeFilterThe MarkdownSyntaxNodeFilter.

Return Value

The tree walker.

See Also


CreateTreeWalker(MarkdownSyntaxNode)

Defines the interface for create the tree walker.

public TreeWalker CreateTreeWalker(MarkdownSyntaxNode root)
ParameterTypeDescription
rootMarkdownSyntaxNodeThe MarkdownSyntaxNode.

Return Value

The tree walker.

See Also


CreateTreeWalker(MarkdownSyntaxNode, MarkdownSyntaxNodeFilter)

Defines the interface for create the tree walker.

public TreeWalker CreateTreeWalker(MarkdownSyntaxNode root, MarkdownSyntaxNodeFilter filter)
ParameterTypeDescription
rootMarkdownSyntaxNodeThe MarkdownSyntaxNode.
filterMarkdownSyntaxNodeFilterThe MarkdownSyntaxNodeFilter.

Return Value

The tree walker.

See Also