C# Class SimulationManager.Person

Show file Open project: Ecetera/appdynamics-sandpit

Public Methods

Method Description
Person ( ) : System
Person ( string name, string ss, int age ) : System

Method Details

Person() public method

public Person ( ) : System
return System

Person() public method

public Person ( string name, string ss, int age ) : System
name string
ss string
age int
return System