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

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); } }