C# Class Brunet.Collections.WeakHashtable.Element

Datei anzeigen Open project: pstjuste/brunet

Protected Properties

Property Type Description
_hc int
_key System.WeakReference
_value object

Public Methods

Method Description
Element ( object key, object val ) : System
KeyEquals ( object o ) : bool
KeyHashCode ( ) : int

Method Details

Element() public method

public Element ( object key, object val ) : System
key object
val object
return System

KeyEquals() public method

public KeyEquals ( object o ) : bool
o object
return bool

KeyHashCode() public method

public KeyHashCode ( ) : int
return int

Property Details

_hc protected_oe property

protected int _hc
return int

_key protected_oe property

protected WeakReference,System _key
return System.WeakReference

_value protected_oe property

protected object _value
return object