C# 클래스 MusicShop.Models.Microphone

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

공개 메소드들

메소드 설명
Microphone ( string make, string model, decimal price, bool hasCable ) : System
ToString ( ) : string

메소드 상세

Microphone() 공개 메소드

public Microphone ( string make, string model, decimal price, bool hasCable ) : System
make string
model string
price decimal
hasCable bool
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string