Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: void CopyTo(T[], int)

  • Declared in: RT.Util.Collections.ReadOnlyCollection<T>
  • Implements: ICollection<T>.CopyTo(T[], int)

Declaration

public void CopyTo(
    T[] array,
    int arrayIndex
)

Summary

Copies the values stored in this collection into the specified dictionary.