Click or drag to resize

SortedQueueTKey, TValueDequeue Method

Removes the first item in the list.

Namespace:  GSF.Collection
Assembly:  GSF.Core (in GSF.Core.dll) Version: 2.2.61-beta
Syntax
public KeyValuePair<TKey, TValue> Dequeue()
Request Example View Source

Return Value

Type: KeyValuePairTKey, TValue
See Also