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

Represents a conversion operator.

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

Parameters

value
Type: T

Return Value

Type: Lazy<T>