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