Employee class used to demonstrate NDoc and Visual Studio.NET integration.
For a list of all members of this type, see Employee Members.
System.Object
Employee
Some sample:
Employee emp = new Employee("Jim", 4000);
emp.RaiseSalary();
Console.WriteLine(emp.GetYearSalary);
Namespace: ReflectionIT.NDocSample
Assembly: ReflectionIT.NDocSample (in ReflectionIT.NDocSample.dll)
Employee Members | ReflectionIT.NDocSample Namespace