C# 클래스 MultimapExt, code

파일 보기 프로젝트 열기: shendongnian/code

공개 메소드들

메소드 설명
Add ( IDictionary dictionary, key, value ) : void
Add ( Dictionary, dictionary, key, value ) : void
Remove ( IDictionary dictionary, key, value ) : bool
Remove ( Dictionary, dictionary, key, value ) : void

메소드 상세

Add() 공개 정적인 메소드

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

Add() 공개 정적인 메소드

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

Remove() 공개 정적인 메소드

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

Remove() 공개 정적인 메소드

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