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

Castle.Components.DictionaryAdapter.DefaultPropertyGetter

Manages conversion between property values.
namespace Castle.Components.DictionaryAdapter { public class DefaultPropertyGetter : IDictionaryPropertyGetter, IDictionaryBehavior { public int ExecutionOrder { get; } public DefaultPropertyGetter(TypeConverter converter); public object GetPropertyValue(IDictionaryAdapter dictionaryAdapter, string key, object storedValue, PropertyDescriptor property, bool ifExists); public IDictionaryBehavior Copy(); } }