Click or drag to resize
SphinxUpdateValuesDictionaryTUpdateable Properties

The SphinxUpdateValuesDictionaryTUpdateable generic type exposes the following members.

Properties
  NameDescription
Public propertyComparer (Inherited from DictionaryInt64, IEnumerableTUpdateable.)
Public propertyCount (Inherited from DictionaryInt64, IEnumerableTUpdateable.)
Public propertyItem
Gets or sets the value associated with the specified key.
(Inherited from DictionaryInt64, IEnumerableTUpdateable.)
Public propertyKeys (Inherited from DictionaryInt64, IEnumerableTUpdateable.)
Public propertyValues (Inherited from DictionaryInt64, IEnumerableTUpdateable.)
Top
Explicit Interface Implementations
  NameDescription
Explicit interface implementationPrivate propertyIDictionaryIsFixedSize
Gets a value indicating whether the IDictionary has a fixed size.
(Inherited from DictionaryInt64, IEnumerableTUpdateable.)
Explicit interface implementationPrivate propertyICollectionKeyValuePairTKey, TValueIsReadOnly (Inherited from DictionaryInt64, IEnumerableTUpdateable.)
Explicit interface implementationPrivate propertyIDictionaryIsReadOnly
Gets a value indicating whether the IDictionary is read-only.
(Inherited from DictionaryInt64, IEnumerableTUpdateable.)
Explicit interface implementationPrivate propertyICollectionIsSynchronized
Gets a value indicating whether access to the ICollection is synchronized (thread safe).
(Inherited from DictionaryInt64, IEnumerableTUpdateable.)
Explicit interface implementationPrivate propertyIDictionaryItem
Gets or sets the value with the specified key.
(Inherited from DictionaryInt64, IEnumerableTUpdateable.)
Explicit interface implementationPrivate propertyIDictionaryTKey, TValueKeys (Inherited from DictionaryInt64, IEnumerableTUpdateable.)
Explicit interface implementationPrivate propertyIDictionaryKeys
Gets an ICollection containing the keys of the IDictionary.
(Inherited from DictionaryInt64, IEnumerableTUpdateable.)
Explicit interface implementationPrivate propertyICollectionSyncRoot
Gets an object that can be used to synchronize access to the ICollection.
(Inherited from DictionaryInt64, IEnumerableTUpdateable.)
Explicit interface implementationPrivate propertyIDictionaryTKey, TValueValues (Inherited from DictionaryInt64, IEnumerableTUpdateable.)
Explicit interface implementationPrivate propertyIDictionaryValues
Gets an ICollection containing the values in the IDictionary.
(Inherited from DictionaryInt64, IEnumerableTUpdateable.)
Top
See Also