'宣言 Public Function New( _ ByVal escape As System.Char, _ ByVal leftSymbol As System.Char, _ ByVal rightSymbol As System.Char, _ ByVal content As Lexicon _ )
public LexiconCharacterQuotationPattern( System.char escape, System.char leftSymbol, System.char rightSymbol, Lexicon content )
パラメータ
- escape
- The escape.
- leftSymbol
- The left symbol.
- rightSymbol
- The right symbol.
- content
- The content.