C# Class Demo.Car

Afficher le fichier Open project: bekkopen/dotnetkurs Class Usage Examples

Méthodes publiques

Méthode Description
Car ( ) : System
CleanWindshield ( ) : void
Start ( ) : void
SuggestRoute ( IsConsideredACoolCar isConsideredACoolCar ) : void

Méthodes protégées

Méthode Description
OnWasherFluidWarningLightWasLit ( ) : void

Method Details

Car() public méthode

public Car ( ) : System
Résultat System

CleanWindshield() public méthode

public CleanWindshield ( ) : void
Résultat void

OnWasherFluidWarningLightWasLit() protected méthode

protected OnWasherFluidWarningLightWasLit ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

SuggestRoute() public méthode

public SuggestRoute ( IsConsideredACoolCar isConsideredACoolCar ) : void
isConsideredACoolCar IsConsideredACoolCar
Résultat void