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

Represents a conversion operator.

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

Parameters

value
Type: Lazy<T>

Return Value

Type: ILazy<T>