Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
SchoolSystem
Class
C# 클래스 SchoolSystem.Class
상속:
ICommentable
파일 보기
프로젝트 열기: Y-LyN-10/Software-University-Courses
1 사용 예제들
공개 메소드들
메소드
설명
AddComment
(
string
text
) :
void
AddStudent
(
Student
student
) :
void
AddTeacher
(
Teacher
teacher
) :
void
Class
(
string
textIdentifier
) :
System
ToString
( ) :
string
메소드 상세
AddComment()
공개
메소드
public
AddComment
(
string
text
) :
void
text
string
리턴
void
AddStudent()
공개
메소드
public
AddStudent
(
Student
student
) :
void
student
Student
리턴
void
AddTeacher()
공개
메소드
public
AddTeacher
(
Teacher
teacher
) :
void
teacher
Teacher
리턴
void
Class()
공개
메소드
public
Class
(
string
textIdentifier
) :
System
textIdentifier
string
리턴
System
ToString()
공개
메소드
public
ToString
( ) :
string
리턴
string