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
arrayat which copying begins.
