Click or drag to resize
MacroExpressionParseParameters Method
Parses the method or indexer parameters.

Namespace: CMS.MacroEngine
Assembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 9.0.0
Syntax
C#
protected void ParseParameters(
	ref int index,
	ElementType openParenthesis,
	ElementType closeParenthesis
)

Parameters

index
Type: SystemInt32
Index in the expression, adjusted to after the end element
openParenthesis
Type: CMS.MacroEngineElementType
Opening parenthesis for these parameters
closeParenthesis
Type: CMS.MacroEngineElementType
Closing parenthesis for these parameters
See Also