DependencyCollection.CopyTo Method
Copy Dependency objects from the DependencyCollection to an array.
Syntax
public void CopyTo(HotDocs.Server.Dependency[ ] array, int arrayIndex)
| Parameters | Description |
| array | The array to which Dependency objects are to be copied. |
| arrayIndex | The index into array at which to start copying. |