Copies the entire dictionary to a given array, starting at the specified index.
Namespace:
Aurigma.GraphicsMill.Codecs
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
public virtual void CopyTo( Array array, int index )
Type: System.Array
The one-dimensional zero-based Array that is the destination for the elements copied from the dictionary. Elements are values without keys.Type: System.Int32
The zero-based index in array at which copying begins.