PriorityQueue<TElement,TPriority>.UnorderedItemsCollection.Enumerator.IEnumerator<ValueTuple<TElement,TPriority>>.Current Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Surađujte s nama na GitHubu
Izvor za ovaj sadržaj možete pronaći na GitHubu, gdje možete stvarati i pregledavati probleme i zahtjeve za povlačenjem. Dodatne informacije potražite u našem vodiču za suradnike.