|
DoubleBufferedQueueTDequeue Method
|
Dequeues a collection of items from the queue.
Namespace: GSF.CollectionsAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.246-beta+ff392465a0262ee2737937d4127fc3c2f08c6dcd
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