Click or drag to resize
MacroExpressionmSyntacticTreeTable Field
Hash table with cached parsed expressions to speedup the macro evaluation.

Namespace: CMS.MacroEngine
Assembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 9.0.0
Syntax
C#
protected static SafeDictionary<string, MacroExpression> mSyntacticTreeTable

Field Value

Type: SafeDictionaryString, MacroExpression
See Also