arachnode.net

PriorityQueueItem(TValue) Members

PriorityQueueItem(TValue) overview

Public Instance Properties

Priority Gets the priority.
Value Gets the value.

Public Instance Methods

Equals (inherited from Object) 
GetHashCode (inherited from Object) 
GetType (inherited from Object) 
ToString (inherited from Object) 

Protected Instance Methods

Finalize (inherited from Object) 
MemberwiseClone (inherited from Object) 

Internal Instance Constructors

PriorityQueueItem(TValue) Constructor Initializes a new instance of the PriorityQueueItem(TValue) class.

Internal Instance Fields

_higherPriorityIndexMarker
_isIndexMarker
_last
_lowerPriorityIndexMarker
_previous

Internal Instance Properties

HigherPriorityIndexMarker Gets or sets the higher priority index marker.
IsIndexMarker Gets or sets a value indicating whether this instance is index marker.
Last Gets or sets the last.
LowerPriorityIndexMarker Gets or sets the lower priority index marker.
Previous Gets or sets the previous.

See Also

PriorityQueueItem<TValue> Class | Arachnode.Structures.Value Namespace