Skip to content
typedescriptor
Browse
Services Gallery
Explore
Browse
Assemblies
Namespaces
Packages
.NET Framework
Assemblies
Namespaces
Packages
Listings
A curated list of high quality, important, and interesting libraries and services in the .NET ecosystem.
Research
Open-source experiments, explorations, and notes on .NET libraries, apps, and tools.
Services Gallery
A universe of SaaS, integrations, and cloud services that work with .NET.
Roadmap
Here's where we've been and where we're going
Follow us
↖
Browse
↖
dotnet
Collection
↖
Namespaces
↖
Assemblies
↖
Packages
Abandoned
Mutex
Exception
Accept
Reject
Rule
Accessed
Through
Property
Attribute
Access
Violation
Exception
Action
Action`1
Action`10
Action`11
Action`12
Action`13
Action`14
Action`15
Action`16
Action`2
Action`3
Action`4
Action`5
Action`6
Action`7
Action`8
dotnet
System.
Collections
Namespace
Dictionary
Entry
Struct
Version
Select version
2.1.0.0
Compare versions
2.0.0.0 ⟶ 2.1.0.0
Added in
Version 2.1.0.0
2.0.0.0
2.1.0.0
Dictionary
Entry
Struct
latest version
Defines a dictionary key/value pair that can be set or retrieved.
↳
Value
Type
Base Class
↳
Object
On This Page
Overview
Constructors
Methods
Properties
Assemblies
Issues
Constructors
Dictionary
Entry(Object,
Object)
Initializes an instance of the
DictionaryEntry
type with the specified key and value.
Methods
Deconstruct(Object&,
Object&)
Properties
Key
Gets or sets the key in the key/value pair.
Value
Gets or sets the value in the key/value pair.
Assemblies
netstandard
System.
Private.
Core
Lib
System.
Runtime
Issues
Mentions on GitHub
No mentions in issues