Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
coffeeshop
CoffeeShop
C# Class coffeeshop.CoffeeShop
ファイルを表示
Open project: kevinrutherford/katas
Public Methods
Method
Description
Main
(
string
args
) :
void
takeOrders
(
String
flavorIn
,
int
table
) :
void
Method Details
Main()
public
static
method
public
static
Main
(
string
args
) :
void
args
string
return
void
takeOrders()
public
static
method
public
static
takeOrders
(
String
flavorIn
,
int
table
) :
void
flavorIn
String
table
int
return
void