'Declaration
Public Function New( _ ByVal escape As Char, _ ByVal leftSymbol As Char, _ ByVal rightSymbol As Char, _ ByVal content As Lexicon _ )
public LexiconCharacterQuotationPattern( char escape, char leftSymbol, char rightSymbol, Lexicon content )
Parameters
- escape
- The escape.
- leftSymbol
- The left symbol.
- rightSymbol
- The right symbol.
- content
- The content.