MarkdownSyntaxVisitor.VisitWhitespace

MarkdownSyntaxVisitor.VisitWhitespace method

Defines the interface for visit Whitespace Syntax.

public void VisitWhitespace(WhitespaceSyntaxNode whitespace)
ParameterTypeDescription
whitespaceWhitespaceSyntaxNodeThe whitespace.

See Also