  | PriorityQueueTEnumeratorCurrent Property  | 
            Gets the element in the collection at the current position of the enumerator.
            
 
Namespace: DigitalRune.CollectionsAssembly: DigitalRune (in DigitalRune.dll) Version: 1.20.0.0 (1.20.1.14552)
Syntaxpublic T Current { get; }Public ReadOnly Property Current As T
	Get
public:
virtual property T Current {
	T get () sealed;
}abstract Current : 'T with get
override Current : 'T with get
Property Value
Type: 
TThe element in the collection at the current position of the enumerator.
Implements
IEnumeratorTCurrent
See Also