The IdentityMap type exposes the following members.

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