Click or drag to resize
CacheableHashTable Properties

The CacheableHashTable type exposes the following members.

Properties
  NameDescription
Public propertyClassId
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.)
Public propertyComparer (Inherited from DictionaryICacheableKey, IGFSerializable.)
Public propertyCount (Inherited from DictionaryICacheableKey, IGFSerializable.)
Public propertyItem
Gets or sets the value associated with the specified key.
(Inherited from DictionaryICacheableKey, IGFSerializable.)
Public propertyKeys (Inherited from DictionaryICacheableKey, IGFSerializable.)
Public propertyObjectSize
return the size of this object in bytes
(Inherited from CacheableHashMap.)
Public propertyValues (Inherited from DictionaryICacheableKey, IGFSerializable.)
Top
Explicit Interface Implementations
  NameDescription
Explicit interface implementationPrivate propertyIDictionaryIsFixedSize
Gets a value indicating whether the IDictionary has a fixed size.
(Inherited from DictionaryICacheableKey, IGFSerializable.)
Explicit interface implementationPrivate propertyICollectionKeyValuePairTKey, TValueIsReadOnly
Gets a value indicating whether the dictionary is read-only.
(Inherited from DictionaryICacheableKey, IGFSerializable.)
Explicit interface implementationPrivate propertyIDictionaryIsReadOnly
Gets a value indicating whether the IDictionary is read-only.
(Inherited from DictionaryICacheableKey, IGFSerializable.)
Explicit interface implementationPrivate propertyICollectionIsSynchronized
Gets a value indicating whether access to the ICollection is synchronized (thread safe).
(Inherited from DictionaryICacheableKey, IGFSerializable.)
Explicit interface implementationPrivate propertyIDictionaryItem
Gets or sets the value with the specified key.
(Inherited from DictionaryICacheableKey, IGFSerializable.)
Explicit interface implementationPrivate propertyIDictionaryTKey, TValueKeys (Inherited from DictionaryICacheableKey, IGFSerializable.)
Explicit interface implementationPrivate propertyIReadOnlyDictionaryTKey, TValueKeys (Inherited from DictionaryICacheableKey, IGFSerializable.)
Explicit interface implementationPrivate propertyIDictionaryKeys
Gets an ICollection containing the keys of the IDictionary.
(Inherited from DictionaryICacheableKey, IGFSerializable.)
Explicit interface implementationPrivate propertyICollectionSyncRoot
Gets an object that can be used to synchronize access to the ICollection.
(Inherited from DictionaryICacheableKey, IGFSerializable.)
Explicit interface implementationPrivate propertyIDictionaryTKey, TValueValues (Inherited from DictionaryICacheableKey, IGFSerializable.)
Explicit interface implementationPrivate propertyIReadOnlyDictionaryTKey, TValueValues (Inherited from DictionaryICacheableKey, IGFSerializable.)
Explicit interface implementationPrivate propertyIDictionaryValues
Gets an ICollection containing the values in the IDictionary.
(Inherited from DictionaryICacheableKey, IGFSerializable.)
Top
See Also