Write(Char) Method

Definition

Assembly Markdig.dll

Writes the specified character.

[MethodImpl(MethodImplOptions.AggressiveInlining)]
public T Write(char content)

Parameters

content
Char

The content.

Returns

{T}
This instance