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