'宣言 Public Function New( _ ByVal escape As System.Char, _ ByVal leftSymbol As System.Char, _ ByVal rightSymbol As System.Char, _ ByVal includeSymbol As System.Boolean _ )
public CharacterQuotationPattern( System.char escape, System.char leftSymbol, System.char rightSymbol, System.bool includeSymbol )
パラメータ
- escape
- The escape.
- leftSymbol
- The left symbol.
- rightSymbol
- The right symbol.
- includeSymbol
- The text include symbol.