| ConverterCollectionsConverterCollection Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: Tangosol.Util
 Syntax
Syntax[SerializableAttribute] public class ConverterCollection : ICollection, IEnumerable
The ConverterCollectionsConverterCollection type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | ConverterCollectionsConverterCollection | 
            Constructor.
             | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | Collection | 
            The underlying ICollection.
             | 
|  | ConverterDown | 
            The IConverter used to pass values down to the
            underlying collection.
             | 
|  | ConverterUp | 
            The IConverter used to view the underlying
            collection's values through.
             | 
|  | Count | 
            Gets the number of elements contained in the collection.
             | 
|  | IsSynchronized | 
            Gets a value indicating whether access to the collection is
            synchronized (thread safe).
             | 
|  | SyncRoot | 
            Gets an object that can be used to synchronize access to the
            collection.
             | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | CopyTo | 
            Copies the elements of the ICollection to an
            array, starting at a particular index.
             | 
|  | Equals | 
            Compares the specified object with this collection for
            equality.
            (Overrides ObjectEquals(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 enumerator that iterates through a collection.
             | 
|  | GetHashCode | 
            Returns the hash code value for this collection.
            (Overrides ObjectGetHashCode.) | 
|  | GetType | Gets the Type of the current instance.(Inherited from Object.) | 
|  | InstantiateEnumerator | 
            Create a Converter enumerator.
             | 
|  | Invalidate | 
            Drop references to the underlying collection and the
            converters.
             | 
|  | MemberwiseClone | Creates a shallow copy of the current Object.(Inherited from Object.) | 
|  | ToString | 
            Return a string description for this collection.
            (Overrides ObjectToString.) | 
 Fields
Fields| Name | Description | |
|---|---|---|
|  | m_col | 
            The underlying ICollection.
             | 
|  | m_convDown | 
            The IConverter from this ICollection to the underlying
            ICollection.
             | 
|  | m_convUp | 
            The IConverter from the underlying ICollection to this
            ICollection.
             | 
 See Also
See Also