Handler<TParameters> Type Conversions |
The Handler<TParameters> generic type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | Implicit(Action<TParameters> to Handler<TParameters>) |
The cast operator that can be used to cast Action<T> to Handler<TParameters> |