Remove

PersonCollection.Remove method

Removes the person from the collection.

public bool Remove(Person person)
ParameterTypeDescription
personPersonThe person to remove from the collection.

See Also