Click or drag to resize
SphinxOverrideValuesDictionaryTOverridable Methods

The SphinxOverrideValuesDictionaryTOverridable generic type exposes the following members.

Methods
  NameDescription
Public methodAdd
Adds the specified key and value to the dictionary.
(Inherited from DictionaryInt64, TOverridable.)
Public methodClear (Inherited from DictionaryInt64, TOverridable.)
Public methodContainsKey (Inherited from DictionaryInt64, TOverridable.)
Public methodContainsValue (Inherited from DictionaryInt64, TOverridable.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetEnumerator (Inherited from DictionaryInt64, TOverridable.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetObjectData (Inherited from DictionaryInt64, TOverridable.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodOnDeserialization
Implements the ISerializable interface and raises the deserialization event when the deserialization is complete.
(Inherited from DictionaryInt64, TOverridable.)
Public methodRemove (Inherited from DictionaryInt64, TOverridable.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodTryGetValue
Gets the value associated with the specified key.
(Inherited from DictionaryInt64, TOverridable.)
Top
Explicit Interface Implementations
  NameDescription
Explicit interface implementationPrivate methodICollectionKeyValuePairTKey, TValueAdd (Inherited from DictionaryInt64, TOverridable.)
Explicit interface implementationPrivate methodIDictionaryAdd
Adds the specified key and value to the dictionary.
(Inherited from DictionaryInt64, TOverridable.)
Explicit interface implementationPrivate methodICollectionKeyValuePairTKey, TValueContains (Inherited from DictionaryInt64, TOverridable.)
Explicit interface implementationPrivate methodIDictionaryContains
Determines whether the IDictionary contains an element with the specified key.
(Inherited from DictionaryInt64, TOverridable.)
Explicit interface implementationPrivate methodICollectionKeyValuePairTKey, TValueCopyTo (Inherited from DictionaryInt64, TOverridable.)
Explicit interface implementationPrivate methodICollectionCopyTo (Inherited from DictionaryInt64, TOverridable.)
Explicit interface implementationPrivate methodIEnumerableKeyValuePairTKey, TValueGetEnumerator (Inherited from DictionaryInt64, TOverridable.)
Explicit interface implementationPrivate methodIEnumerableGetEnumerator
Returns an enumerator that iterates through the collection.
(Inherited from DictionaryInt64, TOverridable.)
Explicit interface implementationPrivate methodIDictionaryGetEnumerator (Inherited from DictionaryInt64, TOverridable.)
Explicit interface implementationPrivate methodICollectionKeyValuePairTKey, TValueRemove (Inherited from DictionaryInt64, TOverridable.)
Explicit interface implementationPrivate methodIDictionaryRemove
Removes the element with the specified key from the IDictionary.
(Inherited from DictionaryInt64, TOverridable.)
Top
See Also