Method Add
Add(IQueryNode)
Declaration
public void Add(IQueryNode child)
Parameters
Type | Name | Description |
---|---|---|
IQueryNode | child |
Implements
Add(IList<IQueryNode>)
Declaration
public void Add(IList<IQueryNode> children)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IList<IQueryNode> | children |