Implemented interface member:
1 reference to Current
Microsoft.Build (1)
ImmutableSegmentedDictionary`2+Enumerator.cs (1)
45
public readonly KeyValuePair<TKey, TValue> Current => _enumerator.
Current
;