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