implicit operator TDelegate(EventBroker<TDelegate, TArgs, TState>)
Implicitly converts the broker to its delegate type.
Declaration
public static implicit operator TDelegate(EventBroker<TDelegate, TArgs, TState> broker)Parameters
| Type | Name | Description |
|---|---|---|
| EventBroker<TDelegate, TArgs, TState> | broker |
Returns
| Type | Description |
|---|---|
| TDelegate |