Clear method

void Clear()
Remove all explicitly added properties from the property set.

Implementation

void Clear() {
  this._ThrowIfReadonly();
  this._additionalProperties.clear();
}