Add

PersonCollection.Add method

Adds a Person to the collection.

public void Add(Person person)
ParameterTypeDescription
personPersonThe person to add to the collection.

See Also