Name | Description |
---|---|
#ctor | The default constructor. |
#ctor(System.String,System.String) | Initialize a new Person. |
Name | Description |
---|---|
m_FirstName | The private variable that holds the FirstName value. |
m_LastName | The private variable that holds the LastName value. |
Name | Description |
---|---|
FirstName | The Person's first name. |
LastName | The Person's last name. |