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