CopyTo Method
Definition
CopyTo(KeyValuePair<string, object>[], int)
Copies the elements of the MetadataDictionary to an array of type KeyValuePair<TKey, TValue>, starting at the specified array index.
public void CopyTo(KeyValuePair<string, object>[] array, int arrayIndex)
Parameters
arrayKeyValuePair<string, object>[]The one-dimensional Array that is the destination of the elements copied from MetadataDictionary. The Array must have zero-based indexing.
arrayIndexintThe zero-based index in
arrayat which copying begins.