[]
Initializes a new instance of the CfRule class.
public CfRule(bool stylish)
Public Sub New(stylish As Boolean)
Type | Name | Description |
---|---|---|
bool | stylish |
|
Initializes a new instance of the CfRule class.
protected CfRule(CfRule originRule, FormulaEngine originEngine, FormulaEngine targetEngine)
Protected Sub New(originRule As CfRule, originEngine As FormulaEngine, targetEngine As FormulaEngine)
Type | Name | Description |
---|---|---|
CfRule | originRule | A CfRule rule indicates the rule will be cloned. |
FormulaEngine | originEngine | |
FormulaEngine | targetEngine |