Mono Class Library: System.Collections.DictionaryBase Overview | Members

System.Collections.DictionaryBase.CopyTo Method

Copies the contents of the Dictionary into the target array.

public void CopyTo (Array array, int index)

Parameters

array
The array to copy the contents of the dictionary to. The array must have a zero-based indexing.
index
Starting index within the array where to copy the objects to.

Remarks

Requirements

Namespace: System.Collections
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0