ConverterCacheEnumerator Properties |
The ConverterCollectionsConverterCacheEnumerator type exposes the following members.
| Name | Description | |
|---|---|---|
| CacheEnumerator |
The underlying ICacheEnumerator.
| |
| ConverterKeyUp |
The IConverter used to convert keys of the
ICacheEntry objects which underlying enumerator
iterates.
| |
| ConverterValueDown |
The IConverter used to pass values down to the
ICacheEntry objects of the underlying
enumerator.
| |
| ConverterValueUp |
The IConverter used to convert values of the
ICacheEntry objects which underlying enumerator
iterates.
| |
| Current |
Gets the current element in the collection.
| |
| Entry |
Gets both the key and the value of the current cache entry.
| |
| Key |
Gets the key of the current cache entry.
| |
| Value |
Gets the value of the current cache entry.
|