ComponentOne Expression Editor for UWP
C1.UWP.ExpressionEditor Assembly / C1.Xaml.ExpressionEditor Namespace / IHighlighter Interface / InitRules Method

In This Topic
    InitRules Method
    In This Topic
    Syntax
    'Declaration
     
    Sub InitRules( _
       ByVal rules As System.Collections.Generic.List(Of BaseRule) _
    ) 
    void InitRules( 
       System.Collections.Generic.List<BaseRule> rules
    )

    Parameters

    rules
    See Also