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

Specializes this rule (if possible)

Namespace: Clarion.Framework.Templates
Assembly: CLARIONLibrary (in CLARIONLibrary.dll) Version: 6.1.0.7 (6.1.0.7)

Syntax

C#
public virtual T Specialize(
	Rule matchAll
)

Parameters

matchAll
Type: Clarion.Framework.Core..::..Rule
The match all rule related to this rule

Return Value

Null if this rule cannot be specialized, this rule if it does not meet the criteria for specialization, or a specialized rule if this rule meets the criteria for specialization

See Also