C# Class Day4.ExceptionsTraining.Employee

Inheritance: Object
Mostra file Open project: ctsxamarintraining/October15 Class Usage Examples

Public Methods

Method Description
Employee ( ) : System
Employee ( string fName, string lName ) : System
ToString ( ) : string

Method Details

Employee() public method

public Employee ( ) : System
return System

Employee() public method

public Employee ( string fName, string lName ) : System
fName string
lName string
return System

ToString() public method

public ToString ( ) : string
return string