Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
ImmutableDictionary
C# Class ImmutableDictionary, code
Inheritance:
Dictionary
Mostra file
Open project: shendongnian/code
Class Usage Examples
Public Methods
Method
Description
Add
(
key
,
value
) :
void
Clear
( ) :
void
ImmutableDictionary
(
IEnumerable,
keysValues
)
Remove
(
key
) :
void
this
(
key
) :
TValue,
Method Details
Add()
public
method
public
Add
(
key
,
value
) :
void
return
void
Clear()
public
method
public
Clear
( ) :
void
return
void
ImmutableDictionary()
public
method
public
ImmutableDictionary
(
IEnumerable,
keysValues
)
keysValues
IEnumerable,
Remove()
public
method
public
Remove
(
key
) :
void
return
void
this()
public
method
public
this
(
key
) :
TValue,
return
TValue,