C# 클래스 cyberh0me.Utilities.Dictionary

상속: IDictionary
파일 보기 프로젝트 열기: cyberh0me/OTP

공개 메소드들

메소드 설명
Add ( object key, object value ) : void
Clear ( ) : void
Contains ( object key ) : bool
CopyTo ( Array array, int index ) : void
Dictionary ( int capacity ) : System
GetEnumerator ( ) : IEnumerator
Remove ( object key ) : void
this ( object key ) : object

비공개 메소드들

메소드 설명
TryGetIndexOfKey ( object key, int &index ) : bool

메소드 상세

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

Dictionary() 공개 메소드

public Dictionary ( int capacity ) : System
capacity int
리턴 System

GetEnumerator() 공개 메소드

public GetEnumerator ( ) : IEnumerator
리턴 IEnumerator

Remove() 공개 메소드

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

this() 공개 메소드

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