Uses Reflection.Emit to expose the properties of a dictionary through a dynamic implementation of a typed interface.

Namespace: Castle.Components.DictionaryAdapter
Assembly:  Castle.Components.DictionaryAdapter (in Castle.Components.DictionaryAdapter.dll)
Version: 1.0.3.0

Syntax

C#
public class DictionaryAdapterFactory : IDictionaryAdapterFactory

Inheritance Hierarchy

System..::Object
  Castle.Components.DictionaryAdapter..::DictionaryAdapterFactory

See Also