ILazy.Value Property

Gets the lazily initialized value of the current ILazy instance.

Namespace: Spring
public
 property Value: TValue read GetValue;

Property Value

Type: TValue

The lazily initialized value of the current ILazy instance.