Click or drag to resize

ProcessQueueCopyTo Method

Copies items from the collection to an array.
Overload List
  NameDescription
Public methodCopyTo(Array, Int32)
Copies the Queue elements to an existing one-dimensional Array, starting at the specified array index.
(Inherited from Queue.)
Public methodCopyTo(ProcessQueuedItem, Int32)
Copies ProcessQueuedItems from this collection to an array.
Top
See Also