Click or drag to resize

BaseTreeAdaptortreeToUniqueIDMap Field

System.identityHashCode() is not always unique; we have to track ourselves. That's ok, it's only for debugging, though it's expensive: we have to create a hashtable with all tree nodes in it.

Namespace:  Stimulsoft.Data.Expressions.Antlr.Runtime.Tree
Assembly:  Stimulsoft.Data (in Stimulsoft.Data.dll) Version: 2019.3.1.0
Syntax
protected IDictionary<Object, int> treeToUniqueIDMap

Field Value

Type: IDictionaryObject, Int32
See Also