Click or drag to resize

RewriteRuleElementStream Constructor (ITreeAdaptor, String)

Initializes a new instance of the RewriteRuleElementStream class

Namespace:  Stimulsoft.Data.Expressions.Antlr.Runtime.Tree
Assembly:  Stimulsoft.Data (in Stimulsoft.Data.dll) Version: 2019.3.1.0
Syntax
public RewriteRuleElementStream(
	ITreeAdaptor adaptor,
	string elementDescription
)

Parameters

adaptor
Type: Stimulsoft.Data.Expressions.Antlr.Runtime.TreeITreeAdaptor

[Missing <param name="adaptor"/> documentation for "M:Stimulsoft.Data.Expressions.Antlr.Runtime.Tree.RewriteRuleElementStream.#ctor(Stimulsoft.Data.Expressions.Antlr.Runtime.Tree.ITreeAdaptor,System.String)"]

elementDescription
Type: SystemString

[Missing <param name="elementDescription"/> documentation for "M:Stimulsoft.Data.Expressions.Antlr.Runtime.Tree.RewriteRuleElementStream.#ctor(Stimulsoft.Data.Expressions.Antlr.Runtime.Tree.ITreeAdaptor,System.String)"]

See Also