Click or drag to resize

ITreeAdaptorGetUniqueID Method

For identifying trees.

Namespace:  Stimulsoft.Data.Expressions.Antlr.Runtime.Tree
Assembly:  Stimulsoft.Data (in Stimulsoft.Data.dll) Version: 2019.3.1.0
Syntax
int GetUniqueID(
	Object node
)

Parameters

node
Type: SystemObject

[Missing <param name="node"/> documentation for "M:Stimulsoft.Data.Expressions.Antlr.Runtime.Tree.ITreeAdaptor.GetUniqueID(System.Object)"]

Return Value

Type: Int32

[Missing <returns> documentation for "M:Stimulsoft.Data.Expressions.Antlr.Runtime.Tree.ITreeAdaptor.GetUniqueID(System.Object)"]

Remarks
How to identify nodes so we can say "add node to a prior node"? Even becomeRoot is an issue. Use System.identityHashCode(node) usually.
See Also