C# Class MultimapExt, code

Exibir arquivo Open project: shendongnian/code

Public Methods

Method Description
Add ( IDictionary dictionary, key, value ) : void
Add ( Dictionary, dictionary, key, value ) : void
Remove ( IDictionary dictionary, key, value ) : bool
Remove ( Dictionary, dictionary, key, value ) : void

Method Details

Add() public static method

public static Add ( IDictionary dictionary, key, value ) : void
dictionary IDictionary
return void

Add() public static method

public static Add ( Dictionary, dictionary, key, value ) : void
dictionary Dictionary,
return void

Remove() public static method

public static Remove ( IDictionary dictionary, key, value ) : bool
dictionary IDictionary
return bool

Remove() public static method

public static Remove ( Dictionary, dictionary, key, value ) : void
dictionary Dictionary,
return void