Class SystemGroupAttribute
[AttributeUsage(AttributeTargets.Class|AttributeTargets.Struct, AllowMultiple = false)]
public class SystemGroupAttribute : Attribute
- Inheritance
-
SystemGroupAttribute
- Inherited Members
Constructors
SystemGroupAttribute(Type)
public SystemGroupAttribute(Type groupType)
Parameters
groupTypeType
Properties
GroupType
public Type GroupType { get; }