Method CopyTo
CopyTo(ServiceDescriptor[], int)
Copy the services to an array.
Declaration
public void CopyTo(ServiceDescriptor[] array, int arrayIndex)
Parameters
Type | Name | Description |
---|---|---|
ServiceDescriptor[] | array | The array to copy to. |
int | arrayIndex | The index to start copying at. |