| 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: 10.0.0
 Syntax
Syntaxprotected 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
See Also