ApplyChanges<T>(T, T, in ApplyChangesContext)
Invokes ApplyChanges(object, in ApplyChangesContext) in a type-safe way.
Declaration
public static T ApplyChanges<T>(this T baseOptions, T overrideOptions, in ApplyChangesContext context) where T : class, IIncrementalObjectParameters
| Type | Name | Description |
|---|---|---|
| T | baseOptions | The base options object. |
| T | overrideOptions | The override options object. |
| ApplyChangesContext | context | The context for applying changes. |
Returns
| Type | Description |
|---|---|
| T | The result of applying |
Type Parameters
| Name | Description |
|---|---|
| T | The type of incremental object. |