C# Class Wrox.ProCSharp.Collections.Employee

Afficher le fichier Open project: ProfessionalCSharp/ProfessionalCSharp6 Class Usage Examples

Méthodes publiques

Méthode Description
Employee ( EmployeeId id, string name, decimal salary ) : System
ToString ( ) : string

Method Details

Employee() public méthode

public Employee ( EmployeeId id, string name, decimal salary ) : System
id EmployeeId
name string
salary decimal
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string