The IdentityMap type exposes the following members.
Methods
Name | Description | |
---|---|---|
Add | ||
Clear | ||
ConcurrentEntries |
Return the Dictionary Entries (as instances of 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.
| |
Contains | ||
CopyTo | ||
Entries | ||
Equals | (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetEnumerator | ||
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
Instantiate |
Create a new instance of the IdentityMap that has no
iteration order.
| |
InstantiateSequenced |
Create a new instance of the IdentityMap that has an
iteration order of the order the objects were added
to the Map.
| |
Invert | ||
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
Remove | ||
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Extension Methods
Name | Description | |
---|---|---|
Any | (Defined by EnumerableExtensions.) | |
As<(Of <<'(T>)>>) | (Defined by TypeHelperExtensionMethods.) | |
First | (Defined by EnumerableExtensions.) | |
FirstOrNull | (Defined by EnumerableExtensions.) | |
GetCollectionElementType | (Defined by ReflectHelper.) | |
IsBetween |
Apply a "between" constraint to the named property
Note: throws an exception outside of a QueryOver expression
(Defined by RestrictionExtensions.) | |
IsIn(array<Object>[]()[][]) | Overloaded.
Apply an "in" constraint to the named property
Note: throws an exception outside of a QueryOver expression
(Defined by RestrictionExtensions.) | |
IsIn(ICollection) | Overloaded.
Apply an "in" constraint to the named property
Note: throws an exception outside of a QueryOver expression
(Defined by RestrictionExtensions.) | |
IsProxy | (Defined by NHibernateProxyHelper.) | |
ToTypeParameters | (Defined by ReflectHelper.) |
Properties
Name | Description | |
---|---|---|
Count | ||
EntryList |
Provides a snapshot VIEW in the form of a List of the contents of the IdentityMap.
You can safely iterate over this VIEW and modify the actual IdentityMap because the
VIEW is a copy of the contents, not a reference to the existing Map.
Contains a copy (not that actual instance stored) of the DictionaryEntries in a List.
| |
IsFixedSize | ||
IsReadOnly | ||
IsSynchronized | ||
Item | ||
Keys |
Returns the Keys used in this IdentityMap
IsReadOnly | |
SyncRoot | ||
Values |