Remove method
Implementation
bool Remove(PropertyDefinitionBase property) {
this._ThrowIfReadonly();
return this._additionalProperties.remove(property);
}
bool Remove(PropertyDefinitionBase property) {
this._ThrowIfReadonly();
return this._additionalProperties.remove(property);
}