C# 클래스 Tests.Collections.Implementations.DictionaryImpl

상속: IDictionary
파일 보기 프로젝트 열기: mikeobrien/Bender

공개 메소드들

메소드 설명
Add ( object key, object value ) : void
Clear ( ) : void
Contains ( object key ) : bool
CopyTo ( Array array, int index ) : void
DictionaryImpl ( ) : System
DictionaryImpl ( IDictionary dictionary ) : System
GetEnumerator ( ) : IDictionaryEnumerator
Remove ( object key ) : void
this ( object key ) : object

비공개 메소드들

메소드 설명
IEnumerable ( ) : IEnumerator

메소드 상세

Add() 공개 메소드

public Add ( object key, object value ) : void
key object
value object
리턴 void

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

Contains() 공개 메소드

public Contains ( object key ) : bool
key object
리턴 bool

CopyTo() 공개 메소드

public CopyTo ( Array array, int index ) : void
array System.Array
index int
리턴 void

DictionaryImpl() 공개 메소드

public DictionaryImpl ( ) : System
리턴 System

DictionaryImpl() 공개 메소드

public DictionaryImpl ( IDictionary dictionary ) : System
dictionary IDictionary
리턴 System

GetEnumerator() 공개 메소드

public GetEnumerator ( ) : IDictionaryEnumerator
리턴 IDictionaryEnumerator

Remove() 공개 메소드

public Remove ( object key ) : void
key object
리턴 void

this() 공개 메소드

public this ( object key ) : object
key object
리턴 object