<PackageReference Include="Castle.Core" Version="5.0.0-beta001" />
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);
}
}