Class FulfilledMeta<TThunkArg>
The metadata of the thunk when it is fulfilled.
Inherited Members
Namespace: Unity.AppUI.Redux
Assembly: Unity.AppUI.Redux.dll
Syntax
public record FulfilledMeta<TThunkArg> : Meta<TThunkArg>, IEquatable<Meta<TThunkArg>>, IEquatable<FulfilledMeta<TThunkArg>>
Type Parameters
Name | Description |
---|---|
TThunkArg | The type of the argument to pass to the thunk. |
Constructors
FulfilledMeta()
The metadata of the thunk when it is fulfilled.
Declaration
public FulfilledMeta()