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
Syntaxprotected IDictionary<Object, int> treeToUniqueIDMap
Protected treeToUniqueIDMap As IDictionary(Of Object, Integer)
Field Value
Type:
IDictionaryObject,
Int32
See Also