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

IDictionaryAdapterFactory

public interface IDictionaryAdapterFactory
Defines the contract for building typed dictionary adapters.
T GetAdapter<T>(IDictionary dictionary)

Gets a typed adapter bound to the IDictionary.

object GetAdapter(Type type, IDictionary dictionary)

Gets a typed adapter bound to the IDictionary.

object GetAdapter(Type type, IDictionary dictionary, PropertyDescriptor descriptor)

Gets a typed adapter bound to the IDictionary.

Gets the DictionaryAdapterMeta associated with the type.

Gets the DictionaryAdapterMeta associated with the type.

Gets the DictionaryAdapterMeta associated with the type.