Skip to content

IDurableQueue<T>.CopyTo(T[], int)

CopyTo(T[], int)

abstract
public abstract void CopyTo(T[] array, int arrayIndex)
Copies the queue elements to an array, starting at the specified array index.

Parameters

arrayT[]
The destination array.
arrayIndexint
The zero-based index in array at which copying begins.