Lazy<T>.Implicit(TFunc to Lazy<T>) Operator
Summary
Represents a conversion operator.
Namespace
:
Spring
Syntax
Delphi
public class operator Implicit(const value: TFunc<
T
>):
Lazy
<
T
>;
Parameters
value
Type: TFunc<
T
>
Return Value
Type:
Lazy
<
T
>
See Also
Reference
Lazy<T>
Spring