[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.1.0 (6.1.1.0)

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

Implements

IRefineable<(Of <(<'T>)>)>..::..Specialize(Rule)

See Also