ApplyChanges(IncrementalKeyedCollection<TKey, TValue>, in ApplyChangesContext)
Overrides the current collection with another collection and returns the result.
Declaration
public IncrementalKeyedCollection<TKey, TValue> ApplyChanges(IncrementalKeyedCollection<TKey, TValue> overridingOptions, in ApplyChangesContext context)Parameters
| Type | Name | Description |
|---|---|---|
| IncrementalKeyedCollection<TKey, TValue> | overridingOptions | |
| ApplyChangesContext | context |
Returns
| Type | Description |
|---|---|
| IncrementalKeyedCollection<TKey, TValue> |