TValueHelper.TryGetLazyValue(TValue) Method

Tries to get the stored value of a lazy. Returns false when the lazy was not assigned.

Namespace: Spring
public
 function TryGetLazyValue(out value: TValue): Boolean;

Parameters

value
Type: System.Void

Return Value

Type: Boolean