1 instantiation of Enumerator
System.Collections.Immutable (1)
System\Collections\Immutable\ImmutableStack_1.cs (1)
201return new Enumerator(this);
3 references to Enumerator
System.Collections.Immutable (3)
System\Collections\Immutable\ImmutableStack_1.cs (2)
197/// An <see cref="Enumerator"/> that can be used to iterate through the collection. 199public Enumerator GetEnumerator()
System\Collections\Immutable\ImmutableStack_1.Enumerator.cs (1)
28/// Initializes a new instance of the <see cref="Enumerator"/> struct.