1 instantiation of Enumerator
System.Collections.Immutable (1)
System\Collections\Immutable\ImmutableQueue_1.cs (1)
237return new Enumerator(this);
4 references to Enumerator
System.Collections.Immutable (4)
System\Collections\Immutable\ImmutableQueue_1.cs (2)
233/// An <see cref="Enumerator"/> that can be used to iterate through the collection. 235public Enumerator GetEnumerator()
System\Collections\Immutable\ImmutableQueue_1.Enumerator.cs (2)
34/// Initializes a new instance of the <see cref="Enumerator"/> struct. 128/// Initializes a new instance of the <see cref="Enumerator"/> struct.