1 instantiation of Enumerator
System.Collections (1)
System\Collections\Generic\PriorityQueue.cs (1)
1059public Enumerator GetEnumerator() => new Enumerator(_queue);
3 references to Enumerator
System.Collections (3)
System\Collections\Generic\PriorityQueue.cs (3)
1003/// Releases all resources used by the <see cref="Enumerator"/>. 1058/// <returns>An <see cref="Enumerator"/> for the <see cref="UnorderedItems"/>.</returns> 1059public Enumerator GetEnumerator() => new Enumerator(_queue);