C# Class Mission03.Task2.Instructor

Inheritance: Person
Afficher le fichier Open project: fahidnasir/DotNet-ShortCourse2015 Class Usage Examples

Méthodes publiques

Méthode Description
GetSalary ( ) : int
Instructor ( string name, int age, int lectures ) : System
ToString ( ) : string

Method Details

GetSalary() public méthode

public GetSalary ( ) : int
Résultat int

Instructor() public méthode

public Instructor ( string name, int age, int lectures ) : System
name string
age int
lectures int
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string