ConverterCollection Properties |
The ConverterCollectionsConverterCollection type exposes the following members.
| 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.
|