Function CircularBuffer.AddRange

AddRange (List<T> items)

Appends a list of items to the end of the buffer.

Public
void AddRange (

List<T>

items

)

Appends a list of items to the end of the buffer.