Click or drag to resize

RuleElementImports Property

Rule element declarations imported from the outer scope.

Namespace:  NRules.RuleModel
Assembly:  NRules.RuleModel (in NRules.RuleModel.dll) Version: 0.9.3
Syntax
C#
public IEnumerable<Declaration> Imports { get; }

Property Value

Type: IEnumerableDeclaration
See Also