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