Click or drag to resize

StiParserStiToken Constructor (StiParserStiTokenType, Int32, Int32)

Namespace:  Stimulsoft.Report.Engine
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public StiToken(
	StiParserStiTokenType type,
	int position,
	int length
)

Parameters

type
Type: Stimulsoft.Report.EngineStiParserStiTokenType

[Missing <param name="type"/> documentation for "M:Stimulsoft.Report.Engine.StiParser.StiToken.#ctor(Stimulsoft.Report.Engine.StiParser.StiTokenType,System.Int32,System.Int32)"]

position
Type: SystemInt32

[Missing <param name="position"/> documentation for "M:Stimulsoft.Report.Engine.StiParser.StiToken.#ctor(Stimulsoft.Report.Engine.StiParser.StiTokenType,System.Int32,System.Int32)"]

length
Type: SystemInt32

[Missing <param name="length"/> documentation for "M:Stimulsoft.Report.Engine.StiParser.StiToken.#ctor(Stimulsoft.Report.Engine.StiParser.StiTokenType,System.Int32,System.Int32)"]

See Also