Click or drag to resize
MacroExpressionInitMethodOnResult Method
Transfers the current result to a first child (for the parameter of method).

Namespace: CMS.MacroEngine
Assembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 9.0.0
Syntax
C#
protected void InitMethodOnResult(
	bool isCalledOnResult
)

Parameters

isCalledOnResult
Type: SystemBoolean
If true, method is called on data member (i.e. x.method() or postfix operator such as ++), otherwise the call is infix (i.e. method(x) or infix operator such as +)
See Also