[This is preliminary documentation and is subject to change.]

Gets the minor variations of the refineable rule

Namespace: Clarion.Framework.Templates
Assembly: ClarionLibrary (in ClarionLibrary.dll) Version: 6.1.1.0 (6.1.1.0)

Syntax

C#
ICollection<T> Variations { get; }

Remarks

Note
The variations are actually generated and stored in the RuleVariationsCollection, which is located in the RuleCollection<(Of <(<'T>)>)> class. This property simply links the rule variations from that "hidden" rule collection.

See Also