'Declaration Public Class RuleCollection Inherits System.Collections.Generic.List(Of BaseRule)
public class RuleCollection : System.Collections.Generic.List<BaseRule>
'Declaration Public Class RuleCollection Inherits System.Collections.Generic.List(Of BaseRule)
public class RuleCollection : System.Collections.Generic.List<BaseRule>
System.Object
System.Collections.Generic.List<T>
C1.WPF.ExpressionEditor.RuleCollection