Click or drag to resize

TokenRewriteStreamInsertAfter Method (String, Int32, Object)

[Missing <summary> documentation for "M:Stimulsoft.Data.Expressions.Antlr.Runtime.TokenRewriteStream.InsertAfter(System.String,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 InsertAfter(
	string programName,
	int index,
	Object text
)

Parameters

programName
Type: SystemString

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

index
Type: SystemInt32

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

text
Type: SystemObject

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

See Also