Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
CommandPatternConsole
GetBeverageCommand
C# Class CommandPatternConsole.GetBeverageCommand
Inheritance:
ICommand
,
ICommandFactory
Show file
Open project: leonvanbokhorst/CommandPatternConsole
Public Methods
Method
Description
Create
(
string
args
) :
ICommand
Execute
( ) :
void
Method Details
Create()
public
method
public
Create
(
string
args
) :
ICommand
args
string
return
ICommand
Execute()
public
method
public
Execute
( ) :
void
return
void