ComponentOne CalendarView for WinForms
C1.Framework.Text.Lexicons Namespace / MatchingSwitches Enumeration

In This Topic
    MatchingSwitches Enumeration
    In This Topic
    Defines a serial of matched switches.
    Syntax
    'Declaration
     
    
    Public Enum MatchingSwitches 
       Inherits System.Enum
    public enum MatchingSwitches : System.Enum 
    Members
    MemberDescription
    NoneIndicates no switch.
    PriorityThis pattern will be matched before other patterns and escape.
    Remarks
    Use this enumeration can control the parse process.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Framework.Text.Lexicons.MatchingSwitches

    See Also