MacroExpression Constructor (ListMacroElement, Int32, Int32) |
Constructor.
Namespace: CMS.MacroEngineAssembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 12.0.0
Syntax protected MacroExpression(
List<MacroElement> elements,
int startIndex,
int endIndex
)
Parameters
- elements
- Type: System.Collections.GenericListMacroElement
Elements of the source expression - startIndex
- Type: SystemInt32
Index of the first item of this expression - endIndex
- Type: SystemInt32
Index of the last item of this expression
See Also