C# 클래스 Project.Store

파일 보기 프로젝트 열기: dibagaran/cs-2015-7-alpha

공개 메소드들

메소드 설명
AddProduct ( string name, double price, int count ) : bool
Report ( ) : string
Trade ( string name, int count ) : bool

비공개 메소드들

메소드 설명
IndexOf ( string name ) : int

메소드 상세

AddProduct() 공개 메소드

public AddProduct ( string name, double price, int count ) : bool
name string
price double
count int
리턴 bool

Report() 공개 메소드

public Report ( ) : string
리턴 string

Trade() 공개 메소드

public Trade ( string name, int count ) : bool
name string
count int
리턴 bool