C# 클래스 Stack, Deal

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

공개 메소드들

메소드 설명
Decrease ( int i ) : void
GetAmount ( ) : int
Increase ( int i ) : void
Stack ( ) : System

메소드 상세

Decrease() 공개 메소드

public Decrease ( int i ) : void
i int
리턴 void

GetAmount() 공개 메소드

public GetAmount ( ) : int
리턴 int

Increase() 공개 메소드

public Increase ( int i ) : void
i int
리턴 void

Stack() 공개 메소드

public Stack ( ) : System
리턴 System