Class DelayedValue
A container for a value that may be computed at a later time.
public abstract class DelayedValue
- Inheritance
-
DelayedValue
- Derived
- Inherited Members
Properties
IsCompleted
Gets a value indicating whether the result has been computed.
public abstract bool IsCompleted { get; }