The IdentityMap type exposes the following members.

Methods

  NameDescription
Public methodAdd
Public methodClear
Public methodStatic memberConcurrentEntries
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.
Public methodContains
Public methodCopyTo
Public methodStatic memberEntries
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetEnumerator
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberInstantiate
Create a new instance of the IdentityMap that has no iteration order.
Public methodStatic memberInstantiateSequenced
Create a new instance of the IdentityMap that has an iteration order of the order the objects were added to the Map.
Public methodStatic memberInvert
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRemove
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)

Extension Methods

  NameDescription
Public Extension MethodAny (Defined by EnumerableExtensions.)
Public Extension MethodAs<(Of <<'(T>)>>) (Defined by TypeHelperExtensionMethods.)
Public Extension MethodFirst (Defined by EnumerableExtensions.)
Public Extension MethodFirstOrNull (Defined by EnumerableExtensions.)
Public Extension MethodGetCollectionElementType (Defined by ReflectHelper.)
Public Extension MethodIsBetween
Apply a "between" constraint to the named property Note: throws an exception outside of a QueryOver expression
(Defined by RestrictionExtensions.)
Public Extension MethodIsIn(array<Object>[]()[][])Overloaded.
Apply an "in" constraint to the named property Note: throws an exception outside of a QueryOver expression
(Defined by RestrictionExtensions.)
Public Extension MethodIsIn(ICollection)Overloaded.
Apply an "in" constraint to the named property Note: throws an exception outside of a QueryOver expression
(Defined by RestrictionExtensions.)
Public Extension MethodIsProxy (Defined by NHibernateProxyHelper.)
Public Extension MethodToTypeParameters (Defined by ReflectHelper.)

Properties

  NameDescription
Public propertyCount
Public propertyEntryList
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.
Public propertyIsFixedSize
Public propertyIsReadOnly
Public propertyIsSynchronized
Public propertyItem
Public propertyKeys
Returns the Keys used in this IdentityMap IsReadOnly
Public propertySyncRoot
Public propertyValues

See Also