ComponentOne CalendarView for WinForms
C1.Framework.Text.Lexicons Namespace / Lexicon Class / Lexicon Constructor / Lexicon Constructor(Char,Object)
The escape.
The literals id.

In This Topic
    Lexicon Constructor(Char,Object)
    In This Topic
    Constructor.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal escape As Char, _
       ByVal literalsID As Object _
    )
    public Lexicon( 
       char escape,
       object literalsID
    )

    Parameters

    escape
    The escape.
    literalsID
    The literals id.
    See Also