C# 클래스 School.Course

파일 보기 프로젝트 열기: nzhul/TelerikAcademy 1 사용 예제들

공개 메소드들

메소드 설명
AddStudent ( Student newStudent ) : void
CheckIfStudentExists ( Student student ) : bool
Course ( string courseName ) : System
RemoveStudent ( Student student ) : void
ToString ( ) : string

메소드 상세

AddStudent() 공개 메소드

public AddStudent ( Student newStudent ) : void
newStudent Student
리턴 void

CheckIfStudentExists() 공개 메소드

public CheckIfStudentExists ( Student student ) : bool
student Student
리턴 bool

Course() 공개 메소드

public Course ( string courseName ) : System
courseName string
리턴 System

RemoveStudent() 공개 메소드

public RemoveStudent ( Student student ) : void
student Student
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string