C# 클래스 Basic.Context.Misc.ContextClass

파일 보기 프로젝트 열기: rasmuskl/ReSharperCourse

공개 메소드들

메소드 설명
ContextClass ( int quantity, string name, int max ) : System
CreateMore ( ) : void
DoLess ( string name ) : void

비공개 메소드들

메소드 설명
AddQuantity ( ) : void

메소드 상세

ContextClass() 공개 메소드

public ContextClass ( int quantity, string name, int max ) : System
quantity int
name string
max int
리턴 System

CreateMore() 공개 메소드

public CreateMore ( ) : void
리턴 void

DoLess() 공개 메소드

public DoLess ( string name ) : void
name string
리턴 void