Click or drag to resize

BaseTreeAdaptorSetText Method

[Missing <summary> documentation for "M:Stimulsoft.Data.Expressions.Antlr.Runtime.Tree.BaseTreeAdaptor.SetText(System.Object,System.String)"]

Namespace:  Stimulsoft.Data.Expressions.Antlr.Runtime.Tree
Assembly:  Stimulsoft.Data (in Stimulsoft.Data.dll) Version: 2019.3.1.0
Syntax
public virtual void SetText(
	Object t,
	string text
)

Parameters

t
Type: SystemObject

[Missing <param name="t"/> documentation for "M:Stimulsoft.Data.Expressions.Antlr.Runtime.Tree.BaseTreeAdaptor.SetText(System.Object,System.String)"]

text
Type: SystemString

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

Implements

ITreeAdaptorSetText(Object, String)
See Also