Class GroupElement
Grouping element that logically combines the patterns or other grouping elements.
public abstract class GroupElement : RuleElement
- Inheritance
-
GroupElement
- Derived
- Inherited Members
- Extension Methods
Properties
ChildElements
List of child elements in the grouping.
public IEnumerable<RuleElement> ChildElements { get; }