C# Class ImmutableDictionary, code

Inheritance: Dictionary
Afficher le fichier Open project: shendongnian/code Class Usage Examples

Méthodes publiques

Méthode Description
Add ( key, value ) : void
Clear ( ) : void
ImmutableDictionary ( IEnumerable, keysValues )
Remove ( key ) : void
this ( key ) : TValue,

Method Details

Add() public méthode

public Add ( key, value ) : void
Résultat void

Clear() public méthode

public Clear ( ) : void
Résultat void

ImmutableDictionary() public méthode

public ImmutableDictionary ( IEnumerable, keysValues )
keysValues IEnumerable,

Remove() public méthode

public Remove ( key ) : void
Résultat void

this() public méthode

public this ( key ) : TValue,
Résultat TValue,