Click or drag to resize

TreeWizardFind Method (Object, String)

Return a List of subtrees matching pattern.

Namespace:  Stimulsoft.Data.Expressions.Antlr.Runtime.Tree
Assembly:  Stimulsoft.Data (in Stimulsoft.Data.dll) Version: 2019.3.1.0
Syntax
public virtual IList Find(
	Object t,
	string pattern
)

Parameters

t
Type: SystemObject

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

pattern
Type: SystemString

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

Return Value

Type: IList

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

See Also