Click or drag to resize

TokenRewriteStreamDelete Method (String, Int32, Int32)

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

Namespace:  Stimulsoft.Data.Expressions.Antlr.Runtime
Assembly:  Stimulsoft.Data (in Stimulsoft.Data.dll) Version: 2019.3.1.0
Syntax
public virtual void Delete(
	string programName,
	int from,
	int to
)

Parameters

programName
Type: SystemString

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

from
Type: SystemInt32

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

to
Type: SystemInt32

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

See Also