Condividi tramite


CircularBuffer<T>.ToArray Method

Definition

Copies the buffer contents to an array

public T[] ToArray ();
member this.ToArray : unit -> 'T[]
Public Function ToArray () As T()

Returns

T[]

A new array with a copy of the buffer contents.

Applies to