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
Syntaxpublic abstract T NextElement()
Public MustOverride Function NextElement As T
Return Value
Type:
T[Missing <returns> documentation for "M:Stimulsoft.Data.Expressions.Antlr.Runtime.Misc.LookaheadStream`1.NextElement"]
See Also