C# Class Castle.ActiveRecord.DictionaryAdapter.Entry

Simple link list entry
Afficher le fichier Open project: shosca/ActiveRecord

Méthodes publiques

Méthode Description
Entry ( String key, int index ) : System

Initializes a new instance of the Entry class.

Find ( string key ) : int

Finds the specified key.

Private Methods

Méthode Description
AddEntry ( Entry entry ) : void

Method Details

Entry() public méthode

Initializes a new instance of the Entry class.
public Entry ( String key, int index ) : System
key String The key.
index int The index.
Résultat System

Find() public méthode

Finds the specified key.
public Find ( string key ) : int
key string The key.
Résultat int