Class SummaryAttribute
Attaches a summary to your command.
[AttributeUsage(AttributeTargets.Class|AttributeTargets.Method|AttributeTargets.Parameter, AllowMultiple = false, Inherited = true)]
public class SummaryAttribute : Attribute
- Inheritance
-
SummaryAttribute
- Inherited Members
Constructors
SummaryAttribute(string)
public SummaryAttribute(string text)
Parameters
text
string
Properties
Text
public string Text { get; }