Click or drag to resize

LookaheadStreamTDequeue Method

Get and remove first element in queue; override {@link FastQueue#remove()}; it's the same, just checks for backtracking.

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

Return Value

Type: T

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

See Also