Method ValidateAndDisposeIfThrown
ValidateAndDisposeIfThrown(TrackableChanges<T>)
Same as ValidateAndThrow(TrackableChanges<T>) but also disposes the changes.
Declaration
public void ValidateAndDisposeIfThrown(TrackableChanges<T> changes)
Parameters
| Type | Name | Description |
|---|---|---|
| TrackableChanges<T> | changes | A set of changes to trackables (added, updated and removed). |