C# Class C___Demo_LINQ.Car

Afficher le fichier Open project: bekkopen/dotnetkurs

Méthodes publiques

Méthode Description
Car ( ) : System
ToString ( ) : string
WashAndWipe ( ) : void

Méthodes protégées

Méthode Description
OnWashingFluidNeedsRefill ( ) : void

Method Details

Car() public méthode

public Car ( ) : System
Résultat System

OnWashingFluidNeedsRefill() protected méthode

protected OnWashingFluidNeedsRefill ( ) : void
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string

WashAndWipe() public méthode

public WashAndWipe ( ) : void
Résultat void