[]
        
(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)
Public Sub New(escape As Char, leftSymbol As Char, rightSymbol As Char, includeSymbol As Boolean)
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)
Public Sub New(escape As Char, leftSymbol As Char, rightSymbol As Char, includeSymbol As Boolean, includeEscape As Boolean)
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.