C# Class MaCRo.Tools.Dictionary

Afficher le fichier Open project: AlexAlbala/MaCRo Class Usage Examples

Protected Properties

Свойство Type Description
Table System.Collections.ArrayList[]
primes uint[]

Méthodes publiques

Méthode Description
Add ( object key, object value ) : void
Clear ( ) : void
ContainsKey ( object Key ) : bool
Dictionary ( ) : System
Get ( object Key ) : object
GetEnumerator ( ) : IEnumerator
Remove ( object Key ) : bool
Set ( object Key, object Value ) : void
TryGetValue ( object Key, object &Value ) : bool
this ( object Key ) : object

Private Methods

Méthode Description
ExistsInBucket ( uint bucket, object key ) : bool
FindInBucket ( uint bucket, object key ) : int
Resize ( byte index ) : void

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

ContainsKey() public méthode

public ContainsKey ( object Key ) : bool
Key object
Résultat bool

Dictionary() public méthode

public Dictionary ( ) : System
Résultat System

Get() public méthode

public Get ( object Key ) : object
Key object
Résultat object

GetEnumerator() public méthode

public GetEnumerator ( ) : IEnumerator
Résultat IEnumerator

Remove() public méthode

public Remove ( object Key ) : bool
Key object
Résultat bool

Set() public méthode

public Set ( object Key, object Value ) : void
Key object
Value object
Résultat void

TryGetValue() public méthode

public TryGetValue ( object Key, object &Value ) : bool
Key object
Value object
Résultat bool

this() public méthode

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

Property Details

Table protected_oe property

protected ArrayList[],System.Collections Table
Résultat System.Collections.ArrayList[]

primes protected_oe static_oe property

protected static uint[] primes
Résultat uint[]