Add method

void Add(
  1. Attribution attribution
)
Adds an attribution to the collection. Attributions to be added

Implementation

void Add(Attribution attribution) {
  this.InternalAdd(attribution);
}