PriorityQueue<TElement,TPriority>.UnorderedItemsCollection.Enumerator.IEnumerator.Reset Method

Definition

Sets the enumerator to its initial position, which is before the first element in the collection.

C#
void IEnumerator.Reset();

Implements

Remarks

This member is an explicit interface member implementation. It can be used only when the PriorityQueue<TElement,TPriority>.UnorderedItemsCollection.Enumerator instance is cast to an IEnumerator interface.

Applies to

Product Versions
.NET 6, 7, 8, 9