Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03

The ConverterCollections..::.ConverterCollection type exposes the following members.

Properties

  NameDescription
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.

See Also