Click or drag to resize
ExpressionEvaluatorChildren Property
Child expressions of the expression.

Namespace: CMS.MacroEngine
Assembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 9.0.0
Syntax
C#
protected List<MacroExpression> Children { get; }

Property Value

Type: ListMacroExpression
See Also