Click or drag to resize

BufferedTokenStreamGetTokens Method (Int32, Int32)

[Missing <summary> documentation for "M:Stimulsoft.Data.Expressions.Antlr.Runtime.BufferedTokenStream.GetTokens(System.Int32,System.Int32)"]

Namespace:  Stimulsoft.Data.Expressions.Antlr.Runtime
Assembly:  Stimulsoft.Data (in Stimulsoft.Data.dll) Version: 2019.3.1.0
Syntax
public virtual List<IToken> GetTokens(
	int start,
	int stop
)

Parameters

start
Type: SystemInt32

[Missing <param name="start"/> documentation for "M:Stimulsoft.Data.Expressions.Antlr.Runtime.BufferedTokenStream.GetTokens(System.Int32,System.Int32)"]

stop
Type: SystemInt32

[Missing <param name="stop"/> documentation for "M:Stimulsoft.Data.Expressions.Antlr.Runtime.BufferedTokenStream.GetTokens(System.Int32,System.Int32)"]

Return Value

Type: ListIToken

[Missing <returns> documentation for "M:Stimulsoft.Data.Expressions.Antlr.Runtime.BufferedTokenStream.GetTokens(System.Int32,System.Int32)"]

See Also