[]
        
(Showing Draft Content)

C1.WPF.ExpressionEditor.RuleCollection

RuleCollection Class

The collections of base rules.

Inheritance
RuleCollection
Namespace: C1.WPF.ExpressionEditor
Assembly: C1.WPF.ExpressionEditor.4.6.2.dll
Syntax
public class RuleCollection : List<BaseRule>, IList<BaseRule>, ICollection<BaseRule>, IList, ICollection, IReadOnlyList<BaseRule>, IReadOnlyCollection<BaseRule>, IEnumerable<BaseRule>, IEnumerable
Public Class RuleCollection
    Inherits List(Of BaseRule)
    Implements IList(Of BaseRule), ICollection(Of BaseRule), IList, ICollection, IReadOnlyList(Of BaseRule), IReadOnlyCollection(Of BaseRule), IEnumerable(Of BaseRule), IEnumerable

Constructors

Name Description
RuleCollection()