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