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