Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Abstract
Account
C# 클래스 Abstract.Account
상속:
IAccount
파일 보기
프로젝트 열기: KHProjects/KH-Parker-Fox
공개 메소드들
메소드
설명
GetBalance
( ) :
decimal
PayInFunds
(
decimal
amount
) :
void
RudeLetterString
( ) :
string
WithdrawFunds
(
decimal
amount
) :
bool
메소드 상세
GetBalance()
공개
메소드
public
GetBalance
( ) :
decimal
리턴
decimal
PayInFunds()
공개
메소드
public
PayInFunds
(
decimal
amount
) :
void
amount
decimal
리턴
void
RudeLetterString()
공개
추상적인
메소드
public
abstract
RudeLetterString
( ) :
string
리턴
string
WithdrawFunds()
공개
메소드
public
WithdrawFunds
(
decimal
amount
) :
bool
amount
decimal
리턴
bool