XmpMetadata.CopyTo

XmpMetadata.CopyTo method

Copies elements of the collection into array.

public void CopyTo(KeyValuePair<string, XmpValue>[] array, int index)
ParameterTypeDescription
arrayKeyValuePair`2[]Destination array.
indexInt32Starting index.

See Also