C# 클래스 Demo.Car

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

공개 메소드들

메소드 설명
Car ( ) : System
CleanWindshield ( ) : void
Start ( ) : void
SuggestRoute ( IsConsideredACoolCar isConsideredACoolCar ) : void

보호된 메소드들

메소드 설명
OnWasherFluidWarningLightWasLit ( ) : void

메소드 상세

Car() 공개 메소드

public Car ( ) : System
리턴 System

CleanWindshield() 공개 메소드

public CleanWindshield ( ) : void
리턴 void

OnWasherFluidWarningLightWasLit() 보호된 메소드

protected OnWasherFluidWarningLightWasLit ( ) : void
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

SuggestRoute() 공개 메소드

public SuggestRoute ( IsConsideredACoolCar isConsideredACoolCar ) : void
isConsideredACoolCar IsConsideredACoolCar
리턴 void