Click or drag to resize

ITreeNodeStreamItem Property

Get a tree node at an absolute index i; 0..n-1. If you don't want to buffer up nodes, then this method makes no sense for you.

Namespace:  Stimulsoft.Data.Expressions.Antlr.Runtime.Tree
Assembly:  Stimulsoft.Data (in Stimulsoft.Data.dll) Version: 2019.3.1.0
Syntax
Object this[
	int i
] { get; }

Parameters

i
Type: SystemInt32

Property Value

Type: Object
See Also