The IdentityMap type exposes the following members.
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 |