C# 클래스 SchoolSystem.Student

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

공개 메소드들

메소드 설명
AddComment ( string text ) : void
Student ( string name, int idNumber ) : System

메소드 상세

AddComment() 공개 메소드

public AddComment ( string text ) : void
text string
리턴 void

Student() 공개 메소드

public Student ( string name, int idNumber ) : System
name string
idNumber int
리턴 System