Add method

void Add(
  1. Attendee attendee
)
Adds an attendee to the collection. The attendee to add.

Implementation

void Add(Attendee attendee) {
  this.InternalAdd(attendee);
}