Namespaces

Types

Type WeakHashtable

Namespace NHibernate.Util

Interfaces IDictionary

Methods

Properties

Public instance methods

void Add(object key, object value)

Parameters
object key
object value

void Clear()

bool Contains(object key)

Parameters
return bool
object key

void CopyTo(Array array, int index)

Parameters
Array array
int index

bool Equals(object obj)

Parameters
return bool
object obj

IDictionaryEnumerator GetEnumerator()

Parameters
return IDictionaryEnumerator

int GetHashCode()

Parameters
return int

Type GetType()

Parameters
return Type

void Remove(object key)

Parameters
object key

void Scavenge()

string ToString()

Parameters
return string

Public properties

int Count get;

Count of elements in the collection. Unreliable!
return int

bool IsFixedSize get;

return bool

bool IsReadOnly get;

return bool

bool IsSynchronized get;

return bool

object Item get; set;

return object

ICollection Keys get;

return ICollection

object SyncRoot get;

return object

ICollection Values get;

return ICollection