ServiceProviderDictionary.

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

Summary

Copies to.

Syntax

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

Parameters

Name Type Description
array KeyValuePair<object, object>[] The array.
index int Index of the array.

Return Value

Type Description
void