Click or drag to resize

IsolatedQueueTDequeue Method

Dequeues all of the items into the provided array

Namespace: GSF.Collections
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.244-beta+c33f622c070b2c1078a06bcb41bdeb4c19d19a0b
Syntax
public int Dequeue(
	T[] items,
	int startingIndex,
	int length
)
View Source

Parameters

items  T
where to put the items
startingIndex  Int32
the starting index
length  Int32
the maximum number of times to store

Return Value

Int32
the number of items dequeued
See Also