QueryNodeCollection.CopyTo Method
| Name | Parameters | Description |
|---|---|---|
| CopyTo(QueryNode[], Int32) | array, arrayIndex | Copies all the elements of the QueryNodeCollection instance to a one-dimensional array, starting at the specified index of the destination array. |
| CopyTo(Array, Int32) | array, index | Copies all the elements of the current QueryNodeCollection to the specified one-dimensional array starting at the specified index of the destination array. |