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

Castle.Components.DictionaryAdapter.DictionaryAdapterAttribute

Identifies the dictionary adapter types.
namespace Castle.Components.DictionaryAdapter { public class DictionaryAdapterAttribute : Attribute { public Type InterfaceType { get; } public DictionaryAdapterAttribute(Type interfaceType); } }