Class RuleElement
Base class for rule elements.
public abstract class RuleElement
- Inheritance
-
RuleElement
- Derived
- Inherited Members
- Extension Methods
Properties
ElementType
Element type of this rule element.
public abstract ElementType ElementType { get; }
Property Value
Exports
Rule element declarations exported to the outer scope.
public IEnumerable<Declaration> Exports { get; }
Property Value
Imports
Rule element declarations imported from the outer scope.
public IEnumerable<Declaration> Imports { get; }