[]
        
(Showing Draft Content)

C1.Framework.Text.Lexicons.CharacterQuotationPattern.-ctor

CharacterQuotationPattern Constructor

CharacterQuotationPattern(char, char, char, bool)

Constructor.

Declaration
public CharacterQuotationPattern(char escape, char leftSymbol, char rightSymbol, bool includeSymbol)
Parameters
Type Name Description
char escape

The escape.

char leftSymbol

The left symbol.

char rightSymbol

The right symbol.

bool includeSymbol

The text include symbol.

CharacterQuotationPattern(char, char, char, bool, bool)

Constructor.

Declaration
public CharacterQuotationPattern(char escape, char leftSymbol, char rightSymbol, bool includeSymbol, bool includeEscape)
Parameters
Type Name Description
char escape

The escape.

char leftSymbol

The left symbol.

char rightSymbol

The right symbol.

bool includeSymbol

The text include symbol.

bool includeEscape

The text include escape.