Method GetChildren
GetChildren()
a List for QueryNode object. Returns null, for nodes that do not contain children. All leaf Nodes return null.
Declaration
public IList<IQueryNode> GetChildren()
Returns
Type | Description |
---|---|
System.Collections.Generic.IList<IQueryNode> |