A helper holder class that can contain a Value of a specific type.

Namespace: yWorks.Support
Assembly: yWorks.yFilesWPF.Viewer (in yWorks.yFilesWPF.Viewer.dll) Version: 2.2.0.2 (2.2.0.2)

Syntax

C#
public sealed class Future<T> : INotifyPropertyChanged
Visual Basic
Public NotInheritable Class Future(Of T) _
	Implements INotifyPropertyChanged

Type Parameters

T
The type of the Value

Remarks

Typically HasValue will be falseFalsefalsefalse (False in Visual Basic) until at a later point in time OnValueDetermined(T) is called and the Value and HasValue properties are being updated and the PropertyChanged event is triggered.

Inheritance Hierarchy

System..::..Object
  yWorks.Support..::..Future<(Of <(<'T>)>)>

See Also