Implemented interface member:
method
GetEnumerator
System.Collections.Immutable.IStrongEnumerable<T, TEnumerator>.GetEnumerator()
3 references to GetEnumerator
System.Collections.Immutable (3)
System\Collections\Immutable\ImmutableSortedSet_1.cs (3)
993
this.
GetEnumerator
();
1008
return this.
GetEnumerator
();
1117
using var e = other.
GetEnumerator
();