Castle.Components.DictionaryAdapter.RemoveIfEmptyAttribute
Removes a property if null or empty string, guid or collection.
namespace Castle.Components.DictionaryAdapter
{
public class RemoveIfEmptyAttribute : RemoveIfAttribute
{
public RemoveIfEmptyAttribute();
}
}