C# 클래스 Demo.Account

파일 보기 프로젝트 열기: andrewdavey/FluentTest 1 사용 예제들

공개 메소드들

메소드 설명
Account ( string name ) : System
Deposit ( int amount ) : void
Transfer ( int amount, Account account ) : void

메소드 상세

Account() 공개 메소드

public Account ( string name ) : System
name string
리턴 System

Deposit() 공개 메소드

public Deposit ( int amount ) : void
amount int
리턴 void

Transfer() 공개 메소드

public Transfer ( int amount, Account account ) : void
amount int
account Account
리턴 void