Summary
Copies the elements of the
MercurialCommandHookDictionary to
an System.Array, starting at a particular System.Array index.
- Assembly
- Mercurial
.Net .dll - Namespace
- Mercurial
.Hooks - Containing Type
- Mercurial
Command Hook Dictionary
Syntax
public void CopyTo(KeyValuePair<string, object>[] array, int arrayIndex)
Parameters
| Name | Type | Description |
|---|---|---|
| array | KeyValuePair |
The one-dimensional System.Array that is the destination of the elements copied from
MercurialCommandHookDictionary.
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 |