Assigns a prefix to the keyed properties of an interface.

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

Syntax

C#
[AttributeUsageAttribute(AttributeTargets.Interface, AllowMultiple = false, 
	Inherited = true)]
public class DictionaryAdapterKeyPrefixAttribute : Attribute

Inheritance Hierarchy

System..::Object
  System..::Attribute
    Castle.Components.DictionaryAdapter..::DictionaryAdapterKeyPrefixAttribute

See Also