MetadataDictionary.CopyTo Method

Copies the entire dictionary to a given array, starting at the specified index.

Namespace: Aurigma.GraphicsMill.Codecs
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

C#
public virtual void CopyTo(
	Array array,
	int index
)

Parameters

array

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.
index

Type: System.Int32

The zero-based index in array at which copying begins.

See Also

Reference