Class NullAction
An action implementation which does nothing for filling type parameter taking of IAction.
Implements
Inherited Members
System.Object.GetType()
System.Object.ToString()
Namespace: Libplanet.Action
Assembly: Libplanet.Action.dll
Syntax
public class NullAction : IAction
Constructors
| Improve this Doc View SourceNullAction()
An action implementation which does nothing for filling type parameter taking of IAction.
Declaration
public NullAction()
Properties
| Improve this Doc View SourcePlainValue
An action implementation which does nothing for filling type parameter taking of IAction.
Declaration
public IValue PlainValue { get; }
Property Value
Type | Description |
---|---|
Bencodex.Types.IValue |
Methods
| Improve this Doc View SourceExecute(IActionContext)
An action implementation which does nothing for filling type parameter taking of IAction.
Declaration
public IWorld Execute(IActionContext context)
Parameters
Type | Name | Description |
---|---|---|
IActionContext | context |
Returns
Type | Description |
---|---|
IWorld |
LoadPlainValue(IValue)
An action implementation which does nothing for filling type parameter taking of IAction.
Declaration
public void LoadPlainValue(IValue plainValue)
Parameters
Type | Name | Description |
---|---|---|
Bencodex.Types.IValue | plainValue |