TLazy.IsValueCreated Property

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

Namespace: Spring
public
 property IsValueCreated: Boolean read GetIsValueCreated;

Property Value

Type: Boolean

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

Implements

ILazy.IsValueCreated