MetalamaAPI documentationAspect APIMetalama.​Framework.​OptionsIncremental­Object­Extensions
Open sandboxFocus

IncrementalObjectExtensions Class

Extensions of the IIncrementalObject interface.

Inheritance
IncrementalObjectExtensions
Namespace: Metalama.Framework.Options
Assembly: Metalama.Framework.dll
Syntax
[CompileTime]
public static class IncrementalObjectExtensions : Object

Methods

Name Description
ApplyChanges<T>(T, T, in ApplyChangesContext)

Invokes ApplyChanges(Object, in ApplyChangesContext) in a type--safe way.

ApplyChangesSafe<T>(T, T, in ApplyChangesContext)

Invokes ApplyChanges(Object, in ApplyChangesContext) in a type- and nullable-safe way.