Extensions of the IIncrementalObject interface.
Namespace: Metalama.Framework.Options
Assembly: Metalama.Framework.dll
Syntax
[CompileTime]
public static class IncrementalObjectExtensions
Methods
Name | Description |
---|---|
ApplyChangesSafe<T>(T?, T?, in ApplyChangesContext) | Invokes ApplyChanges(object, in ApplyChangesContext) in a type- and nullable-safe way. |
ApplyChanges<T>(T, T, in ApplyChangesContext) | Invokes ApplyChanges(object, in ApplyChangesContext) in a type--safe way. |