C# Class SchoolSystem.Student

Afficher le fichier Open project: Y-LyN-10/Software-University-Courses Class Usage Examples

Méthodes publiques

Méthode Description
AddComment ( string text ) : void
Student ( string name, int idNumber ) : System

Method Details

AddComment() public méthode

public AddComment ( string text ) : void
text string
Résultat void

Student() public méthode

public Student ( string name, int idNumber ) : System
name string
idNumber int
Résultat System