Lazy<T>.Implicit(Lazy<T> to T) Operator

Represents a conversion operator.

Namespace: Spring
public
 class operator Implicit(const value: Lazy<T>): T;

Parameters

value
Type: Lazy<T>

Return Value

Type: T