MarkupWriter.WriteInlineCode Method
- Namespace
- Kampute.DocToolkit.IO.Writers
- Assembly
- Kampute.DocToolkit.dll
Definition
Writes a code span in the format of the target document using the specified text.
public abstract void WriteInlineCode(string text)Parameters
textstring- The text of the code span.
