C# Class C___Demo_LINQ.Car

ファイルを表示 Open project: bekkopen/dotnetkurs

Public Methods

Method Description
Car ( ) : System
ToString ( ) : string
WashAndWipe ( ) : void

Protected Methods

Method Description
OnWashingFluidNeedsRefill ( ) : void

Method Details

Car() public method

public Car ( ) : System
return System

OnWashingFluidNeedsRefill() protected method

protected OnWashingFluidNeedsRefill ( ) : void
return void

ToString() public method

public ToString ( ) : string
return string

WashAndWipe() public method

public WashAndWipe ( ) : void
return void