ComponentOne MultiSelect for WinForms
C1.Framework.Text.Lexicons Namespace / LexiconCharacterQuotationPattern Class / LexiconCharacterQuotationPattern Constructor
The escape.
The left symbol.
The right symbol.
The content.

In This Topic
    LexiconCharacterQuotationPattern Constructor
    In This Topic
    Constructor.
    Syntax
    '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.
    See Also