Inheritance
System.Object
DispatcherImpl
public class DispatcherImpl : Dispatcher
Constructors
Declaration
public DispatcherImpl(Func<object, object> impl)
Parameters
Type |
Name |
Description |
System.Func<System.Object, System.Object> |
impl |
|
Methods
Declaration
public object dispatch(object action)
Parameters
Type |
Name |
Description |
System.Object |
action |
|
Returns
Type |
Description |
System.Object |
|
Implements
Declaration
public T dispatch<T>(object action)
Parameters
Type |
Name |
Description |
System.Object |
action |
|
Returns
Type Parameters
Implements