[]
Constructor.
public LexiconCharacterQuotationPattern(char escape, char leftSymbol, char rightSymbol, Lexicon content)
Public Sub New(escape As Char, leftSymbol As Char, rightSymbol As Char, content As Lexicon)
| Type | Name | Description |
|---|---|---|
| char | escape | The escape. |
| char | leftSymbol | The left symbol. |
| char | rightSymbol | The right symbol. |
| Lexicon | content | The content. |