ComponentOne CalendarView for WinForms
C1.Framework.Text.Lexicons Namespace / Lexicon.MatchCollection Class / Lexicon.MatchCollection Constructor
The matches.

In This Topic
    Lexicon.MatchCollection Constructor
    In This Topic
    Constructor.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal matches As ICollection _
    )
    public Lexicon.MatchCollection( 
       ICollection matches
    )

    Parameters

    matches
    The matches.
    See Also