ComponentOne CalendarView for WinForms
C1.Framework.Text.Lexicons Namespace / StringQuantityPattern Class
Members

In This Topic
    StringQuantityPattern Class
    In This Topic
    Defines the StringQuantityPattern class.
    Syntax
    'Declaration
     
    
    Public Class StringQuantityPattern 
       Implements IPattern 
    public class StringQuantityPattern : IPattern  
    Remarks
    StringQuantityPattern, used to match a repeated string in the text. minimum indicates the mininum repeated times. maximum indicates the maxinum repeated times.
    Inheritance Hierarchy

    System.Object
       C1.Framework.Text.Lexicons.StringQuantityPattern

    See Also