Click or drag to resize

DoubleBufferedQueueTEnqueue Method

Enqueues a collection of items into the double-buffered queue.

Namespace: GSF.Collections
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.257-beta+00aa2366fbb9ec75f636ebc7cfa610e3826a727c
Syntax
public void Enqueue(
	IEnumerable<T> items
)
View Source

Parameters

items  IEnumerableT
The collection of items to be enqueued.
See Also