QueryNodeCollection.AddRange Method
Name | Parameters | Description |
---|---|---|
AddRange(QueryNode[]) | nodes | Adds the specified array of query nodes to the collection. |
AddRange(IEnumerable<QueryNode>) | items | Adds the specified collection of query nodes to the collection. |