Click or drag to resize

StiToken Constructor (StiTokenType, Int32, Int32, Object)

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,
	Object obj
)

Parameters

type
Type: Stimulsoft.BaseStiTokenType

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

index
Type: SystemInt32

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

length
Type: SystemInt32

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

obj
Type: SystemObject

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

See Also