Return element {@code i} elements ahead of current element. {@code i==0}
gets current element. This is not an absolute index into {@link #data}
since {@code p} defines the start of the real list.
Namespace:
Stimulsoft.Data.Expressions.Antlr.Runtime.Misc
Assembly:
Stimulsoft.Data (in Stimulsoft.Data.dll) Version: 2019.3.1.0
Syntaxpublic virtual T this[
int i
] { get; }
Public Overridable ReadOnly Default Property Item (
i As Integer
) As T
Get
Parameters
- i
- Type: SystemInt32
Property Value
Type:
T
See Also