Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
Command
ConcreteCommand
C# Class Command.ConcreteCommand
具体的命令
Inheritance:
Command
Exibir arquivo
Open project: mravinale/gof-patterns
Class Usage Examples
Public Methods
Method
Description
ConcreteCommand
(
Receiver
receiver
) :
System
Execute
( ) :
void
Method Details
ConcreteCommand()
public
method
public
ConcreteCommand
(
Receiver
receiver
) :
System
receiver
Receiver
return
System
Execute()
public
method
public
Execute
( ) :
void
return
void