Clear method

void Clear()
Removes all elements from the collection.

Implementation

void Clear() {
  this._propDefSortOrderPairList.clear();
}