C# Class MultimapExt, code

Afficher le fichier Open project: shendongnian/code

Méthodes publiques

Méthode 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 méthode

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

Add() public static méthode

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

Remove() public static méthode

public static Remove ( IDictionary dictionary, key, value ) : bool
dictionary IDictionary
Résultat bool

Remove() public static méthode

public static Remove ( Dictionary, dictionary, key, value ) : void
dictionary Dictionary,
Résultat void