Castle.Components.DictionaryAdapter.GroupAttribute
Assigns a property to a group.
namespace Castle.Components.DictionaryAdapter
{
public class GroupAttribute : Attribute
{
public object[] Group { get; }
public GroupAttribute(object group);
public GroupAttribute(params object[] group);
}
}