-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Closed
Labels
area-System.CollectionsenhancementProduct code improvement that does NOT require public API changes/additionsProduct code improvement that does NOT require public API changes/additions
Milestone
Description
DictionaryEntry
still doesn't have a good display in the debugger or when printing it to a log.
Could we implement ToString()
that returns $"{Key} = {Value}"
, like KeyValurPair<TKey,TValue>
has?
runtime/src/libraries/System.Private.CoreLib/src/System/Collections/Generic/KeyValuePair.cs
Line 46 in ae46d07
return KeyValuePair.PairToString(Key, Value); |
Metadata
Metadata
Assignees
Labels
area-System.CollectionsenhancementProduct code improvement that does NOT require public API changes/additionsProduct code improvement that does NOT require public API changes/additions