MarkdownSyntaxFactory.EscapedCharacter

EscapedCharacter(char)

Erstellt Objekte mit EscapedCharacterSyntax.CreateEscapedCharacter

public TextSyntaxNode EscapedCharacter(char escapedChar)
ParameterTypBeschreibung
escapedCharCharDer entfloheneChar.

Rückgabewert

Die TextSyntax.

Siehe auch


EscapedCharacter(SourceText, TextSpan)

Erstellt Objekte mit EscapedCharacterSyntax.CreateEscapedCharacter

public TextSyntaxNode EscapedCharacter(SourceText source, TextSpan span)
ParameterTypBeschreibung
sourceSourceTextDer Quelltext.
spanTextSpanDie TextSpan.

Rückgabewert

Die TextSyntax.

Siehe auch