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

Generates fixed rules

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

Syntax

C#
public FixedRule Generate(
	params Object[] parameters
)

Parameters

parameters
Type: array<System..::..Object>[]()[][]

Implements

IRuleFactory<(Of <(<'T>)>)>..::..Generate(array<Object>[]()[][])

Remarks

The following parameters are REQUIRED: The following parameters are OPTIONAL:

See Also