NSMutableDictionary<TKey,TValue>.ICollection<KeyValuePair<TKey,TValue>>.CopyTo Method

Definition

void ICollection<KeyValuePair<TKey,TValue>>.CopyTo (System.Collections.Generic.KeyValuePair<TKey,TValue>[] array, int arrayIndex);

Parameters

array
KeyValuePair<TKey,TValue>[]
arrayIndex
Int32

Applies to