Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
DesignPatterns
Behavioral
Command
Command
C# Class DesignPatterns.Behavioral.Command.Command
Inheritance:
IRunnable
Afficher le fichier
Open project: falberthen/DesignPatterns.Collection
Class Usage Examples
Méthodes publiques
Méthode
Description
Execute
( ) :
void
UnExecute
( ) :
void
Method Details
Execute()
public
abstract
méthode
public
abstract
Execute
( ) :
void
Résultat
void
UnExecute()
public
abstract
méthode
public
abstract
UnExecute
( ) :
void
Résultat
void