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