|
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; }
Public ReadOnly Property Head As TValue
Get
public:
property TValue Head {
TValue get ();
}
member Head : 'TValue with get
Request Example
View SourceProperty Value
Type:
TValueSee Also