Calendar for WinForms | ComponentOne
C1.Framework.Text.Lexicons Namespace / Lexicon.Match Class / Lexicon.Match Constructor
The owner.
The orignal text.

In This Topic
    Lexicon.Match Constructor
    In This Topic
    Construtor.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal owner As Lexicon, _
       ByVal text As String _
    )
    public Lexicon.Match( 
       Lexicon owner,
       string text
    )

    Parameters

    owner
    The owner.
    text
    The orignal text.
    See Also