Copies collection items to the XPathCollection array, starting at the index index in the array collection.
Namespace:
SGP.XSpaceAssembly: SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825
Syntax
C# |
---|
public void CopyTo( XPathCollection collection, int index ) |
Parameters
- collection
- Type: SGP.XSpace..::.XPathCollection
The XPathCollection array where the items will be copied to.
- index
- Type: System..::.Int32
Position in the array where the copying will start (integer number or 0).