Skip to content

Implement ToString() on System.Collections.DictionaryEntry #59292

@KirillOsenkov

Description

@KirillOsenkov

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?

Metadata

Metadata

Assignees

Labels

area-System.CollectionsenhancementProduct code improvement that does NOT require public API changes/additions

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions