|
DoubleBufferedQueueTDequeue Method
|
Dequeues a collection of items from the queue.
Namespace: GSF.CollectionsAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.255-beta+d64b121002b51165b41b0dbf6ccf4c8d3895faa3
Syntaxpublic IList<T> Dequeue()
Public Function Dequeue As IList(Of T)
public:
IList<T>^ Dequeue()
member Dequeue : unit -> IList<'T>
View SourceReturn Value
IListT
A collection of items that have previously been enqueued,
or no items if none have been enqueued since last dequeue.
See Also