RemoveFromChangeLog method
void
RemoveFromChangeLog(
- TComplexProperty? complexProperty
Implementation
void RemoveFromChangeLog(TComplexProperty? complexProperty) {
this._removedItems.remove(complexProperty);
this._modifiedItems.remove(complexProperty);
this._addedItems.remove(complexProperty);
}