Click or drag to resize

BaseTreeAdaptorDupNode Method (Int32, Object, String)

[Missing <summary> documentation for "M:Stimulsoft.Data.Expressions.Antlr.Runtime.Tree.BaseTreeAdaptor.DupNode(System.Int32,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 Object DupNode(
	int type,
	Object treeNode,
	string text
)

Parameters

type
Type: SystemInt32

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

treeNode
Type: SystemObject

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

text
Type: SystemString

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

Return Value

Type: Object

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

Implements

ITreeAdaptorDupNode(Int32, Object, String)
See Also