C# 클래스 GildedRose.Program

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

공개 프로퍼티들

프로퍼티 타입 설명
Items IList

공개 메소드들

메소드 설명
InitApp ( ) : Program
IsNotLegendaryItem ( Item item ) : bool
UpdateQuality ( ) : void

비공개 메소드들

메소드 설명
Main ( string args ) : void
PassOneDay ( Item item ) : void
Update ( Item item ) : void

메소드 상세

InitApp() 공개 정적인 메소드

public static InitApp ( ) : Program
리턴 Program

IsNotLegendaryItem() 공개 정적인 메소드

public static IsNotLegendaryItem ( Item item ) : bool
item Item
리턴 bool

UpdateQuality() 공개 메소드

public UpdateQuality ( ) : void
리턴 void

프로퍼티 상세

Items 공개적으로 프로퍼티

public IList Items
리턴 IList