CacheableIdentityHashMap Properties |
The CacheableIdentityHashMap type exposes the following members.
Name | Description | |
---|---|---|
![]() | ClassId |
Returns the classId of the instance being serialized.
This is used by deserialization to determine what instance
type to create and deserialize into.
(Overrides CacheableHashMapClassId.) |
![]() | Comparer | Gets the IEqualityComparerT that is used to determine equality of keys for the dictionary. (Inherited from DictionaryICacheableKey, IGFSerializable.) |
![]() | Count | Gets the number of key/value pairs contained in the DictionaryTKey, TValue. (Inherited from DictionaryICacheableKey, IGFSerializable.) |
![]() | Item | Gets or sets the value associated with the specified key. (Inherited from DictionaryICacheableKey, IGFSerializable.) |
![]() | Keys | Gets a collection containing the keys in the DictionaryTKey, TValue. (Inherited from DictionaryICacheableKey, IGFSerializable.) |
![]() | ObjectSize |
return the size of this object in bytes
(Inherited from CacheableHashMap.) |
![]() | Values | Gets a collection containing the values in the DictionaryTKey, TValue. (Inherited from DictionaryICacheableKey, IGFSerializable.) |