TLazy<T>.Value Property

Gets the lazily initialized value of the current TLazy<T> instance.

Namespace: Spring
public
 property Value: T read GetValue;

Property Value

Type: T

The lazily initialized value of the current TLazy<T> instance.