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