GroupAttribute 类
- 程序集
- ClassIsland.Core.dll
代表类别信息
[AttributeUsage(AttributeTargets.Class)]
public class GroupAttribute : Attribute
- 继承
-
GroupAttribute
- 继承成员
构造函数
GroupAttribute(string)
代表类别信息
public GroupAttribute(string id)
参数
idstring
属性
Id
类别 Id
public string Id { get; }