<PackageReference Include="Namotion.Reflection" Version="3.2.0" />

IPropertyWriter

interface IPropertyWriter
using System.Runtime.CompilerServices; namespace Namotion.Reflection { [System.Runtime.CompilerServices.NullableContext(2)] internal interface IPropertyWriter { void SetValue(object obj, object value); } }