C# 클래스 MusicShop.Models.Drums

상속: Instrument, IDrums, IInstrument
파일 보기 프로젝트 열기: Y-LyN-10/Software-University-Courses

공개 메소드들

메소드 설명
Drums ( string make, string model, decimal price, string color, int width, int height ) : System
ToString ( ) : string

메소드 상세

Drums() 공개 메소드

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
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string