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