MacroExpressionParseParameters Method |
Parses the method or indexer parameters.
Namespace: CMS.MacroEngineAssembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 12.0.0
Syntax 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