Castle.Components.DictionaryAdapter.IfExistsAttribute
Suppresses any on-demand behaviors.
namespace Castle.Components.DictionaryAdapter
{
public class IfExistsAttribute : Attribute
{
public IfExistsAttribute();
}
}