Click or drag to resize

SortedQueueTKey, TValueHead Property

Gets the first item in the queue. Throws an exception if it does not exist.

Namespace:  GSF.Collection
Assembly:  GSF.Core (in GSF.Core.dll) Version: 2.2.61-beta
Syntax
public TValue Head { get; }
Request Example View Source

Property Value

Type: TValue
See Also