Represents a single key/value pair stored in an IMap instance.
struct
|
MapEntry
|
with
|
<TKey>
|
||
<TValue>
|
|||||
implements
|
IEquatable<MapEntry<TKey, TValue>>
|
The default value.
public
static
readonly
field
|
Default
|
||
type
|
MapEntry<TKey, TValue>
|
The entry key.
public
readonly
field
|
Key
|
||
type
|
TKey
|
The entry value.
public
readonly
field
|
Value
|
||
type
|
TValue
|
Creates a new instance of MapEntry.
public
constructor
|
MapEntry
(TKey key,
TValue value)
|
||
params
|
key
|
The entry key. | |
value
|
The entry value. |
public
method
|
Equals
(MapEntry<TKey, TValue> other)
|
||
type
|
bool
|
||
params
|
other
|