C# Class CleanFarm.Command

A simple command object.
Inheritance: ICommand
Afficher le fichier Open project: Pathoschild/smapi-mod-dump

Méthodes publiques

Méthode Description
Command ( Action Action ) : System

Constructor.

Execute ( ) : void

Executes the logic for the command.

Method Details

Command() public méthode

Constructor.
public Command ( Action Action ) : System
Action Action The action to execute.
Résultat System

Execute() public méthode

Executes the logic for the command.
public Execute ( ) : void
Résultat void