Class DispatcherImpl
Namespace: Unity.UIWidgets
Syntax
public class DispatcherImpl : Dispatcher
Constructors
DispatcherImpl(Func<Object, Object>)
Declaration
public DispatcherImpl(Func<object, object> impl)
Parameters
| Type | Name | Description |
|---|---|---|
| Func<Object, Object> | impl |
Methods
dispatch(Object)
Declaration
public object dispatch(object action)
Parameters
| Type | Name | Description |
|---|---|---|
| Object | action |
Returns
| Type | Description |
|---|---|
| Object |
Implements
dispatch<T>(Object)
Declaration
public T dispatch<T>(object action)
Parameters
| Type | Name | Description |
|---|---|---|
| Object | action |
Returns
| Type | Description |
|---|---|
| T |
Type Parameters
| Name | Description |
|---|---|
| T |