Lazy<T>.IsValueCreated Property
Namespace: Spring
public property IsValueCreated: Boolean read GetIsValueCreated;
Property Value
Type: Boolean
True if a value has been created for this Lazy<T> instance; otherwise, False.