Table of Contents

Class DelayedValue

Namespace
PolyType.Utilities
Assembly
PolyType.dll

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; }

Property Value

bool