Summary
Copies the elements of the
MercurialCommandHookPatternCollection to an System.Array, starting at a particular System.Array index.
- Assembly
- Mercurial
.Net .dll - Namespace
- Mercurial
.Hooks - Containing Type
- Mercurial
Command Hook Pattern Collection
Syntax
public void CopyTo(object[] array, int arrayIndex)
Parameters
| Name | Type | Description |
|---|---|---|
| array | object[] |
The one-dimensional System.Array that is the destination of the elements copied from MercurialCommandHookPatternCollection. The System.Array must have zero-based indexing.
|
| arrayIndex | int | The zero-based index in array at which copying begins. |
Return Value
| Type | Description |
|---|---|
| void |