Click or drag to resize
MacroExpression Constructor (ListMacroElement, Int32, Int32)
Constructor.

Namespace: CMS.MacroEngine
Assembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 9.0.0
Syntax
C#
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