C# Class Demo.Car

Datei anzeigen Open project: bekkopen/dotnetkurs Class Usage Examples

Public Methods

Method Description
Car ( ) : System
CleanWindshield ( ) : void
Start ( ) : void
SuggestRoute ( IsConsideredACoolCar isConsideredACoolCar ) : void

Protected Methods

Method Description
OnWasherFluidWarningLightWasLit ( ) : void

Method Details

Car() public method

public Car ( ) : System
return System

CleanWindshield() public method

public CleanWindshield ( ) : void
return void

OnWasherFluidWarningLightWasLit() protected method

protected OnWasherFluidWarningLightWasLit ( ) : void
return void

Start() public method

public Start ( ) : void
return void

SuggestRoute() public method

public SuggestRoute ( IsConsideredACoolCar isConsideredACoolCar ) : void
isConsideredACoolCar IsConsideredACoolCar
return void