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