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)
1123
if (source.KeyComparer.Compare(item, e.
Current
) != 0)
System\Collections\Immutable\ImmutableSortedSet_1.Enumerator.cs (1)
124
get { return this.
Current
; }