Add method

void Add(
  1. AttributedString attributedString
)
Adds an attributed String to the collection. Attributed String to be added

Implementation

void Add(AttributedString attributedString) {
  this.InternalAdd(attributedString);
}