Inheritance
System.Object
ThunkAction<State>
public sealed class ThunkAction<State>
Type Parameters
Constructors
Declaration
public ThunkAction(Func<Dispatcher, Func<State>, object> action = null, string displayName = null)
Parameters
| Type |
Name |
Description |
| System.Func<Dispatcher, System.Func<State>, System.Object> |
action |
|
| System.String |
displayName |
|
Fields
Declaration
public readonly Func<Dispatcher, Func<State>, object> action
Field Value
| Type |
Description |
| System.Func<Dispatcher, System.Func<State>, System.Object> |
|
Declaration
public readonly string displayName
Field Value
| Type |
Description |
| System.String |
|
Methods
Declaration
public override string ToString()
Returns
| Type |
Description |
| System.String |
|
Overrides
System.Object.ToString()