Method Add
Add(IQueryNode)
add a new child to a non Leaf node
Declaration
void Add(IQueryNode child)
Parameters
Type | Name | Description |
---|---|---|
IQueryNode | child |
Add(IList<IQueryNode>)
Declaration
void Add(IList<IQueryNode> children)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IList<IQueryNode> | children |