MarkdownSyntaxFactory.Whitespace

Whitespace(int)

Create the WhitespaceSyntax.

public WhitespaceSyntaxNode Whitespace(int count = 1)
ParameterTypeDescription
countInt32The count of white space.

Return Value

The WhitespaceSyntax.

See Also


Whitespace(SourceText)

Create the WhitespaceSyntax.

public WhitespaceSyntaxNode Whitespace(SourceText source)
ParameterTypeDescription
sourceSourceTextThe SourceText.

Return Value

The WhitespaceSyntax.

See Also


Whitespace(SourceText, TextSpan)

Creates WhitespaceSyntaxNode.

public WhitespaceSyntaxNode Whitespace(SourceText source, TextSpan span)
ParameterTypeDescription
sourceSourceTextThe SourceText.
spanTextSpanThe TextSpan.

Return Value

The WhitespaceSyntax.

See Also