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