ComponentOne CalendarView for WinForms
C1.Framework.Text.Lexicons Namespace / LexiconItem Class / LexiconItem Constructor / LexiconItem Constructor(Object,IPattern)
The id.
The pattern.

In This Topic
    LexiconItem Constructor(Object,IPattern)
    In This Topic
    Constructor.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal id As Object, _
       ByVal pattern As IPattern _
    )
    public LexiconItem( 
       object id,
       IPattern pattern
    )

    Parameters

    id
    The id.
    pattern
    The pattern.
    See Also