<PackageReference Include="Castle.Core" Version="4.3.0" />

Castle.Components.DictionaryAdapter.SuppressNotificationsAttribute

Suppress property change notifications.
namespace Castle.Components.DictionaryAdapter { public class SuppressNotificationsAttribute : DictionaryBehaviorAttribute, IPropertyDescriptorInitializer, IDictionaryBehavior { public void Initialize(PropertyDescriptor propertyDescriptor, object[] behaviors); public SuppressNotificationsAttribute(); } }