Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: void CopyTo(T[], int)

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

Declaration

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

Summary

Copies all elements to an array, in the order in which they would be dequeued. The destination array must have enough space for all items.