C# Class MusicShop.Models.Drums

Inheritance: Instrument, IDrums, IInstrument
ファイルを表示 Open project: Y-LyN-10/Software-University-Courses

Public Methods

Method Description
Drums ( string make, string model, decimal price, string color, int width, int height ) : System
ToString ( ) : string

Method Details

Drums() public method

public Drums ( string make, string model, decimal price, string color, int width, int height ) : System
make string
model string
price decimal
color string
width int
height int
return System

ToString() public method

public ToString ( ) : string
return string