ReflectionIT NDocSample Library

Employee Constructor 

Initializes a new instance of the Employee class with a name and salary.

public Employee(
   string name,
   int salary
);

Parameters

name
The name of the employee
salary
The salary of the employee

See Also

Employee Class | ReflectionIT.NDocSample Namespace