C# Class SchoolSystem.Student

Datei anzeigen Open project: Y-LyN-10/Software-University-Courses Class Usage Examples

Public Methods

Method Description
AddComment ( string text ) : void
Student ( string name, int idNumber ) : System

Method Details

AddComment() public method

public AddComment ( string text ) : void
text string
return void

Student() public method

public Student ( string name, int idNumber ) : System
name string
idNumber int
return System