C# 클래스 PCCatalog.Computer

파일 보기 프로젝트 열기: Y-LyN-10/Software-University-Courses 1 사용 예제들

공개 메소드들

메소드 설명
AddComponent ( Component component ) : bool

Methods

Computer ( string name ) : System
Computer ( string name, List components ) : System

Constructors

GetDescription ( ) : string
ToString ( ) : string

비공개 메소드들

메소드 설명
IComparable ( object obj ) : int

메소드 상세

AddComponent() 공개 메소드

Methods
public AddComponent ( Component component ) : bool
component Component
리턴 bool

Computer() 공개 메소드

public Computer ( string name ) : System
name string
리턴 System

Computer() 공개 메소드

Constructors
public Computer ( string name, List components ) : System
name string
components List
리턴 System

GetDescription() 공개 메소드

public GetDescription ( ) : string
리턴 string

ToString() 공개 메소드

public ToString ( ) : string
리턴 string