PersonCollection class

PersonCollection class

Represents a list of persons who are bibliography source contributors.

Inheritance: PersonCollectionContributor

Constructors

NameDescription
PersonCollection()Initialize a new instance of the PersonCollection class.
PersonCollection(persons)
PersonCollection(persons)Initialize a new instance of the PersonCollection class.

Properties

NameDescription
countGets the number of persons contained in the collection.
this[]

Methods

NameDescription
add(person)Adds a Person to the collection.
asCorporate()Casts contributor to Corporate, otherwise returns null.
(Inherited from Contributor)
asPersonCollection()Casts contributor to PersonCollection, otherwise returns null.
(Inherited from Contributor)
clear()Removes all items from the collection.
contains(person)Determines whether the collection contains a specific person.
remove(person)Removes the person from the collection.
removeAt(index)Removes the person at the specified index.

See Also