Syntax
| C# |
|---|
public class CacheableIdentityHashMap |
| Visual Basic (Declaration) |
|---|
Public Class CacheableIdentityHashMap |
| Visual C++ |
|---|
public ref class CacheableIdentityHashMap |
The type exposes the following properties.
Public Properties
| 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 CacheableHashMap..::ClassId.) | |
| Comparer | Gets the IEqualityComparer<(Of <T>)> that is used to determine equality of keys for the dictionary. (Inherited from Dictionary<(Of <ICacheableKey, IGFSerializable>)>.) | |
| Count | Gets the number of key/value pairs contained in the Dictionary<(Of <TKey, TValue>)>. (Inherited from Dictionary<(Of <ICacheableKey, IGFSerializable>)>.) | |
| Item | Gets or sets the value associated with the specified key. (Inherited from Dictionary<(Of <ICacheableKey, IGFSerializable>)>.) | |
| Keys | Gets a collection containing the keys in the Dictionary<(Of <TKey, TValue>)>. (Inherited from Dictionary<(Of <ICacheableKey, IGFSerializable>)>.) | |
| ObjectSize |
return the size of this object in bytes
(Inherited from CacheableHashMap.) | |
| Values | Gets a collection containing the values in the Dictionary<(Of <TKey, TValue>)>. (Inherited from Dictionary<(Of <ICacheableKey, IGFSerializable>)>.) |