ConverterCollectionsConverterDictionary Class |
Namespace: Tangosol.Util
[SerializableAttribute] public class ConverterDictionary : IDictionary, ICollection, IEnumerable
The ConverterCollectionsConverterDictionary type exposes the following members.
Name | Description | |
---|---|---|
![]() | ConverterCollectionsConverterDictionary |
Constructor.
|
Name | Description | |
---|---|---|
![]() | ConverterKeyDown |
The IConverter used to pass keys down to the
underlying dictionary.
|
![]() | ConverterKeyUp |
The IConverter used to view the underlying
dictionary's keys through.
|
![]() | ConverterValueDown |
The IConverter used to pass values down to the
underlying dictionary.
|
![]() | ConverterValueUp |
The IConverter used to view the underlying
dictionary's values through.
|
![]() | Count |
Gets the number of elements contained in the dictionary.
|
![]() | Dictionary |
The underlying IDictionary.
|
![]() | IsFixedSize |
Gets a value indicating whether the dictionary has a fixed
size.
|
![]() | IsReadOnly |
Gets a value indicating whether the dictionary is read-only.
|
![]() | IsSynchronized |
Gets a value indicating whether access to the dictionary is
synchronized (thread safe).
|
![]() | Item |
Gets or sets the element with the specified key.
|
![]() | Keys |
Gets an ICollection containing the keys of the
dictionary.
|
![]() | SyncRoot |
Gets an object that can be used to synchronize access to the
dictionary.
|
![]() | Values |
Gets an ICollection containing the values in
the dictionary.
|
Name | Description | |
---|---|---|
![]() | Add |
Adds an element with the provided key and value to the
dictionary.
|
![]() | Clear |
Removes all elements from the dictionary.
|
![]() | Contains |
Determines whether the dictionary contains an element with
the specified key.
|
![]() | CopyTo |
Copies the elements of the collection to an array, starting
at a particular index.
|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetEnumerator |
Returns an IDictionaryEnumerator object for the
dictionary.
|
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | InstantiateCollection |
Create a Converter Collection.
|
![]() | InstantiateDictionary |
Create a Converter Dictionary.
|
![]() | InstantiateDictionaryEnumerator |
Returns an instance of IDictionaryEnumerator that
uses an IConverters to view an underlying
enumerator.
|
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | Remove |
Removes the element with the specified key from the
dictionary.
|
![]() | ToString |
Return a string description for this dictionary.
(Overrides ObjectToString.) |
Name | Description | |
---|---|---|
![]() | m_convKeyDown |
The IConverter used to pass keys down to the dictionary.
|
![]() | m_convKeyUp |
The IConverter used to view keys stored in the dictionary.
|
![]() | m_convValDown |
The IConverter used to pass keys down to the dictionary.
|
![]() | m_convValUp |
The IConverter used to view values stored in the dictionary.
|
![]() | m_dictionary |
The underlying dictionary.
|