C# Class Castle.ActiveRecord.DictionaryAdapter.Entry

Simple link list entry
Mostrar archivo Open project: shosca/ActiveRecord

Public Methods

Method 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

Method Description
AddEntry ( Entry entry ) : void

Method Details

Entry() public method

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

Find() public method

Finds the specified key.
public Find ( string key ) : int
key string The key.
return int