Clear method
void
Clear()
Implementation
void Clear() {
// mark the whole collection for deletion
this.InternalClear();
this.collectionIsCleared = true;
}
void Clear() {
// mark the whole collection for deletion
this.InternalClear();
this.collectionIsCleared = true;
}