MarkdownWriter.WriteInlineCode Method

Namespace
Kampute.DocToolkit.IO.Writers
Assembly
  • Kampute.DocToolkit.dll

Definition

Writes a code span using the specified text.
public override void WriteInlineCode(string text)

Parameters

text string
The text of the code span.

Exceptions

ArgumentNullException
Thrown when text is null.