ComponentOne Expression Editor for WPF
RuleCollection Class
Members 

C1.WPF.ExpressionEditor.4 Assembly > C1.WPF.ExpressionEditor Namespace : RuleCollection Class
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.WPF.ExpressionEditor.RuleCollection

See Also

Reference

RuleCollection Members
C1.WPF.ExpressionEditor Namespace