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