Lazy<T>.IsValueCreated Property

Definition

Gets a value that indicates whether a value has been created for this Lazy<T> instance.

Delphi
property IsValueCreated

Value

Boolean

True if a value has been created for this Lazy<T> instance; otherwise, False .