Click or drag to resize
MacroExpression.InitMethodOnResult 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: 11.0.0
Syntax
C#
protected void InitMethodOnResult(
	bool isCalledOnResult
)

Parameters

isCalledOnResult
Type: System.Boolean
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