Click or drag to resize

BaseTreeSanityCheckParentAndChildIndexes Method (ITree, Int32)

[Missing <summary> documentation for "M:Stimulsoft.Data.Expressions.Antlr.Runtime.Tree.BaseTree.SanityCheckParentAndChildIndexes(Stimulsoft.Data.Expressions.Antlr.Runtime.Tree.ITree,System.Int32)"]

Namespace:  Stimulsoft.Data.Expressions.Antlr.Runtime.Tree
Assembly:  Stimulsoft.Data (in Stimulsoft.Data.dll) Version: 2019.3.1.0
Syntax
public virtual void SanityCheckParentAndChildIndexes(
	ITree parent,
	int i
)

Parameters

parent
Type: Stimulsoft.Data.Expressions.Antlr.Runtime.TreeITree

[Missing <param name="parent"/> documentation for "M:Stimulsoft.Data.Expressions.Antlr.Runtime.Tree.BaseTree.SanityCheckParentAndChildIndexes(Stimulsoft.Data.Expressions.Antlr.Runtime.Tree.ITree,System.Int32)"]

i
Type: SystemInt32

[Missing <param name="i"/> documentation for "M:Stimulsoft.Data.Expressions.Antlr.Runtime.Tree.BaseTree.SanityCheckParentAndChildIndexes(Stimulsoft.Data.Expressions.Antlr.Runtime.Tree.ITree,System.Int32)"]

See Also