Clear method

void Clear()
Clears the collection.

Implementation

void Clear() {
  this.InternalClear();
}