Метод | Описание | |
---|---|---|
AddCourseClass ( |
Bind professor to course
|
|
Equals ( object obj ) : bool | ||
GetHashCode ( ) : int | ||
Professor ( int id, string name, bool schedule ) : System |
Constructor of Professor's Class
|
|
operator ( ) : bool |
public AddCourseClass ( |
||
courseClass | ||
Результат | void |
public Professor ( int id, string name, bool schedule ) : System | ||
id | int | |
name | string | |
schedule | bool | |
Результат | System |