MarkdownSyntaxVisitor.VisitWhitespace

MarkdownSyntaxVisitor.VisitWhitespace method

Defines the interface for visit Whitespace Syntax.

public virtual void VisitWhitespace(WhitespaceSyntaxNode whitespace)
ParameterTypeDescription
whitespaceWhitespaceSyntaxNodeThe whitespace.

See Also