<PackageReference Include="Castle.Core" Version="4.2.1" />

Castle.Components.DictionaryAdapter.GroupAttribute

public class GroupAttribute : Attribute
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); } }