| HandlerTParameters Conversion (ActionTParameters to HandlerTParameters) | 
Namespace: DotNetBrowser.Handlers
 Syntax
Syntaxpublic static implicit operator Handler<TParameters> ( Action<TParameters> value )
 Exceptions
Exceptions| Exception | Condition | 
|---|---|
| ArgumentException | The value is null. | 
 See Also
See Also