Person class

Person class

Represents individual (a person) bibliography source contributor.

Constructors

NameDescription
Person(last, first, middle)Initialize a new instance of the Person class.

Properties

NameDescription
firstGets or sets the first name of a person.
lastGets or sets the last name of a person.
middleGets or sets the middle name of a person.

See Also