The CachedPhasedReadOnlyEvaluated TFrom, T type exposes the following members.
Back to Top
Back to Top
Back to Top
Back to Top
Constructors
| Name | Description | |
|---|---|---|
| CachedPhasedReadOnlyEvaluated TFrom, T |
Instantiates a new CachedPhasedReadOnlyEvaluated TFrom, T |
Methods
| Name | Description | |
|---|---|---|
| Add(KeyValuePair Int32, T ) |
Not supported. Always throws a (Inherited from PhasedReadOnlyEvaluated TFrom, T .) | |
| Add(Int32, T) |
Not supported. Always throws a (Inherited from PhasedReadOnlyEvaluated TFrom, T .) | |
| CacheTransform |
Provides caching.
| |
| Clear |
Not supported. Always throws a (Inherited from PhasedReadOnlyEvaluated TFrom, T .) | |
| Contains | Determines whether the (Inherited from PhasedReadOnlyEvaluated TFrom, T .) | |
| ContainsKey | Determines whether the (Inherited from PhasedReadOnlyEvaluated TFrom, T .) | |
| CopyTo | (Inherited from PhasedReadOnlyEvaluated TFrom, T .) | |
| GetEnumerator | Returns an enumerator that iterates through the collection. (Inherited from PhasedReadOnlyEvaluated TFrom, T .) | |
| Remove(KeyValuePair Int32, T ) |
Not supported. Always throws a (Inherited from PhasedReadOnlyEvaluated TFrom, T .) | |
| Remove(Int32) |
Not supported. Always throws a (Inherited from PhasedReadOnlyEvaluated TFrom, T .) | |
| TryGetValue | Gets the value associated with the specified key. (Inherited from PhasedReadOnlyEvaluated TFrom, T .) |
Fields
| Name | Description | |
|---|---|---|
| basePhased |
The backing Phased T .
(Inherited from PhasedReadOnlyEvaluated TFrom, T .) | |
| getTransform |
The transform that is used to return values of type T
from the backing Phased T .
(Inherited from PhasedReadOnlyEvaluated TFrom, T .) |
Properties
| Name | Description | |
|---|---|---|
| Count | Gets the number of elements contained in the (Inherited from PhasedReadOnlyEvaluated TFrom, T .) | |
| IsReadOnly | Gets a value indicating whether the (Inherited from PhasedReadOnlyEvaluated TFrom, T .) | |
| Item | Gets or sets the element with the specified key. (Inherited from PhasedReadOnlyEvaluated TFrom, T .) | |
| Keys | (Inherited from PhasedReadOnlyEvaluated TFrom, T .) | |
| Values | (Inherited from PhasedReadOnlyEvaluated TFrom, T .) |
See Also