Class SummaryAttribute
标记命令的摘要。
[AttributeUsage(AttributeTargets.Class|AttributeTargets.Method|AttributeTargets.Parameter)]
public class SummaryAttribute : Attribute
- Inheritance
-
SummaryAttribute
- Inherited Members
Constructors
SummaryAttribute(string)
初始化一个 SummaryAttribute 类的新实例。
public SummaryAttribute(string text)
Parameters
text
string命令的摘要。
Properties
Text
获取命令的摘要。
public string Text { get; }