Click or drag to resize

StiToken Constructor (StiTokenType, Int32, Int32)

Initializes a new instance of the StiToken class

Namespace:  Stimulsoft.Base
Assembly:  Stimulsoft.Base (in Stimulsoft.Base.dll) Version: 2019.3.1.0
Syntax
public StiToken(
	StiTokenType type,
	int index,
	int length
)

Parameters

type
Type: Stimulsoft.BaseStiTokenType

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

index
Type: SystemInt32

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

length
Type: SystemInt32

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

See Also