Click or drag to resize
MacroExpression Constructor (List<MacroElement>)
Constructor.

Namespace: CMS.MacroEngine
Assembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 13.0.131
Syntax
C#
protected MacroExpression(
	List<MacroElement> elements
)

Parameters

elements
Type: System.Collections.Generic.List<MacroElement>
Elements of the source expression
See Also