[]
Constructor.
public CharacterQuotationPattern(char escape, char leftSymbol, char rightSymbol, bool includeSymbol)
| Type | Name | Description |
|---|---|---|
| char | escape | The escape. |
| char | leftSymbol | The left symbol. |
| char | rightSymbol | The right symbol. |
| bool | includeSymbol | The text include symbol. |
Constructor.
public CharacterQuotationPattern(char escape, char leftSymbol, char rightSymbol, bool includeSymbol, bool includeEscape)
| 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. |