PriorityQueue<TElement,TPriority>.UnorderedItemsCollection.Enumerator.IEnumerator<ValueTuple<TElement,TPriority>>.Current Property

Definition

Gets the element in the collection at the current position of the enumerator.

property ValueTuple<TElement, TPriority> System::Collections::Generic::IEnumerator<System::ValueTuple<TElement,TPriority>>::Current { ValueTuple<TElement, TPriority> get(); };
(TElement Element, TPriority Priority) System.Collections.Generic.IEnumerator<System.ValueTuple<TElement,TPriority>>.Current { get; }
member this.System.Collections.Generic.IEnumerator<System.ValueTuple<TElement,TPriority>>.Current : ValueTuple<'Element, 'Priority>
 ReadOnly Property Current As ValueTuple(Of TElement, TPriority) Implements IEnumerator(Of ValueTuple(Of TElement, TPriority)).Current

Property Value

ValueTuple<TElement,TPriority>

The element in the collection at the current position of the enumerator.

Implements

Applies to