MetalamaAPI documentationAspect APIMetalama.​Framework.​OptionsIncremental­Keyed­Collection<TKey, TValue>Apply­Changes
Open sandboxFocus

IncrementalKeyedCollection<TKey, TValue>.ApplyChanges Method

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>