Share

Dictionary.CopyTo Method

Description

Copies objects in array to this collection.

Visual Basic

Public Function CopyTo(
    array As DictionaryEntry[], 
    index As Integer
) As void

C#

public void CopyTo(
    DictionaryEntry\[\] array, 
    int index
);

Parameters

Parameters Description
DictionaryEntry[] array Input array to copy to
int index Input index to begin copying from

Links

Dictionary Class, Autodesk.AutoCAD.Runtime Namespace

Was this information helpful?