Person

Person constructor

Initialize a new instance of the Person class.

public Person(string last, string first, string middle)
ParameterTypeDescription
lastStringThe last name.
firstStringThe last name.
middleStringThe last name.

See Also