object key |
|
object val |
Type IdentityMap
Namespace NHibernate.Util
Interfaces IDictionary
object key |
|
object val |
return bool |
|
object key |
Array array |
|
int i |
return bool |
|
object obj |
return IDictionaryEnumerator |
return int |
return Type |
object key |
return string |
DictionaryEntry
in a collection
that is safe from concurrent modification). Ie - we may safely add new instances
to the underlying IDictionary
during enumeration of the Values
.
return ICollection |
A Collection of DictionaryEntries |
IDictionary map |
The IDictionary to get the enumeration safe list. |
return ICollection |
|
IDictionary map |
return IDictionary |
A new IdentityMap based on a Hashtable. |
int size |
return IDictionary |
A new IdentityMap based on ListDictionary. |
int size |
return int
|
return IList
|
return bool
|
return bool
|
return bool
|
return object
|
return ICollection
|
return object
|
return ICollection
|