Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
Banking
Account
C# Class Banking.Account
Datei anzeigen
Open project: agross/mspec-samples
Class Usage Examples
Public Methods
Method
Description
Transfer
(
decimal
amount
,
Account
toAccount
) :
void
Method Details
Transfer()
public
method
public
Transfer
(
decimal
amount
,
Account
toAccount
) :
void
amount
decimal
toAccount
Account
return
void