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
SyntaxObject this[
int i
] { get; }
ReadOnly Default Property Item (
i As Integer
) As Object
Get
Parameters
- i
- Type: SystemInt32
Property Value
Type:
Object
See Also