Click or drag to resize

LookaheadStreamTNextElement Method

Implement nextElement to supply a stream of elements to this lookahead buffer. Return EOF upon end of the stream we're pulling from.

Namespace:  Stimulsoft.Data.Expressions.Antlr.Runtime.Misc
Assembly:  Stimulsoft.Data (in Stimulsoft.Data.dll) Version: 2019.3.1.0
Syntax
public abstract T NextElement()

Return Value

Type: T

[Missing <returns> documentation for "M:Stimulsoft.Data.Expressions.Antlr.Runtime.Misc.LookaheadStream`1.NextElement"]

See Also