C# Class ImmutableDictionary, code

Inheritance: Dictionary
Exibir arquivo 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,