C# Class cyberh0me.Utilities.Dictionary

Inheritance: IDictionary
Afficher le fichier Open project: cyberh0me/OTP

Méthodes publiques

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

Private Methods

Méthode Description
TryGetIndexOfKey ( object key, int &index ) : bool

Method Details

Add() public méthode

public Add ( object key, object value ) : void
key object
value object
Résultat void

Clear() public méthode

public Clear ( ) : void
Résultat void

Contains() public méthode

public Contains ( object key ) : bool
key object
Résultat bool

CopyTo() public méthode

public CopyTo ( Array array, int index ) : void
array System.Array
index int
Résultat void

Dictionary() public méthode

public Dictionary ( int capacity ) : System
capacity int
Résultat System

GetEnumerator() public méthode

public GetEnumerator ( ) : IEnumerator
Résultat IEnumerator

Remove() public méthode

public Remove ( object key ) : void
key object
Résultat void

this() public méthode

public this ( object key ) : object
key object
Résultat object