MacroExpressionInitMethodOnResult Method |
Transfers the current result to a first child (for the parameter of method).
Namespace: CMS.MacroEngineAssembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 12.0.0
Syntax 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