MercurialCommandHookDictionary.

CopyTo(KeyValuePair<string, object>[], int) Method

Summary

Copies the elements of the MercurialCommandHookDictionary to an System.Array, starting at a particular System.Array index.

Syntax

public void CopyTo(KeyValuePair<string, object>[] array, int arrayIndex)

Parameters

Name Type Description
array KeyValuePair<string, object>[] 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