ComponentOne Expression Editor for UWP
C1.UWP.ExpressionEditor Assembly / C1.Xaml.ExpressionEditor Namespace / RuleCollection Class
Members

In This Topic
    RuleCollection Class
    In This Topic
    The collections of base rules.
    Object Model
    RuleCollection Class
    Syntax
    'Declaration
     
    Public Class RuleCollection 
       Inherits System.Collections.Generic.List(Of BaseRule)
    public class RuleCollection : System.Collections.Generic.List<BaseRule> 
    Inheritance Hierarchy

    System.Object
       System.Collections.Generic.List<T>
          C1.Xaml.ExpressionEditor.RuleCollection

    See Also