Click or drag to resize

ConverterDictionary Methods

Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02

The ConverterCollectionsConverterDictionary type exposes the following members.

Methods
  NameDescription
Public methodAdd
Adds an element with the provided key and value to the dictionary.
Public methodClear
Removes all elements from the dictionary.
Public methodContains
Determines whether the dictionary contains an element with the specified key.
Public methodCopyTo
Copies the elements of the collection to an array, starting at a particular index.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetEnumerator
Returns an IDictionaryEnumerator object for the dictionary.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodInstantiateCollection
Create a Converter Collection.
Protected methodInstantiateDictionary
Create a Converter Dictionary.
Protected methodInstantiateDictionaryEnumerator
Returns an instance of IDictionaryEnumerator that uses an IConverters to view an underlying enumerator.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRemove
Removes the element with the specified key from the dictionary.
Public methodToString
Return a string description for this dictionary.
(Overrides ObjectToString.)
Top
See Also