Implemented interface members:
property
Current
System.Collections.Immutable.IStrongEnumerator<T>.Current
2 references to Current
System.Collections.Immutable (2)
System\Collections\Immutable\ImmutableSortedSet_1.cs (1)
1123if (source.KeyComparer.Compare(item, e.Current) != 0)
System\Collections\Immutable\ImmutableSortedSet_1.Enumerator.cs (1)
124get { return this.Current; }