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

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

Property Value

Type: List<MacroExpression>
See Also