Click or drag to resize

ITreeAdaptorIsNil Method

Is tree considered a nil node used to make lists of child nodes?

Namespace:  Stimulsoft.Data.Expressions.Antlr.Runtime.Tree
Assembly:  Stimulsoft.Data (in Stimulsoft.Data.dll) Version: 2019.3.1.0
Syntax
bool IsNil(
	Object tree
)

Parameters

tree
Type: SystemObject

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

Return Value

Type: Boolean

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

See Also