Clear method

void Clear()
Clears this collection.

Implementation

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