IsFirstCharacterEscaped Property

Definition

Assembly Markdig.dll

A boolean indicating whether the first character of this literal is escaped by \.

public bool IsFirstCharacterEscaped { get; set; }

Returns