Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: void CopyTo(KeyValuePair<TKey, TValue>[], int)

  • Declared in: RT.Util.Collections.ReadOnlyDictionary<TKey, TValue>
  • Implements: ICollection<KeyValuePair<TKey, TValue>>.CopyTo(KeyValuePair<TKey, TValue>[], int)

Declaration

public void CopyTo(
    KeyValuePair<TKey, TValue>[] array,
    int arrayIndex
)

Summary

Copies the key/value pairs of this dictionary into the specified array.