CandidateCollection : CollectionBase, IList, ICollection, IEnumerable
(ctor) CandidateCollection()
Candidate Item( get; set; )
int Add( Candidate value )
bool Contains( Candidate value )
CandidateCollectionEnumerator GetEnumerator()
int IndexOf( Candidate value )
void Insert( int index, Candidate value )
void Remove( Candidate value )