Person Members

Public Constructor  Private Field  Public Property  

Public Constructor

NameDescription
#ctor The default constructor.
#ctor(System.String,System.String) Initialize a new Person.

Private Field

NameDescription
m_FirstName The private variable that holds the FirstName value.
m_LastName The private variable that holds the LastName value.

Public Property

NameDescription
FirstName The Person's first name.
LastName The Person's last name.

Return to Index