Click or drag to resize

TokenRewriteStreamInsertBefore Method (Int32, Object)

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

Namespace:  Stimulsoft.Data.Expressions.Antlr.Runtime
Assembly:  Stimulsoft.Data (in Stimulsoft.Data.dll) Version: 2019.3.1.0
Syntax
public virtual void InsertBefore(
	int index,
	Object text
)

Parameters

index
Type: SystemInt32

[Missing <param name="index"/> documentation for "M:Stimulsoft.Data.Expressions.Antlr.Runtime.TokenRewriteStream.InsertBefore(System.Int32,System.Object)"]

text
Type: SystemObject

[Missing <param name="text"/> documentation for "M:Stimulsoft.Data.Expressions.Antlr.Runtime.TokenRewriteStream.InsertBefore(System.Int32,System.Object)"]

See Also