Table of Contents

Class SummaryAttribute

Namespace
Fluxer.Net.Commands
Assembly
Fluxer.Net.dll

Attaches a summary to your command (Cosmetic)

[AttributeUsage(AttributeTargets.Class|AttributeTargets.Method|AttributeTargets.Parameter, AllowMultiple = false, Inherited = true)]
public class SummaryAttribute : Attribute
Inheritance
object
Attribute
SummaryAttribute

Constructors

SummaryAttribute(string)

public SummaryAttribute(string text)

Parameters

text string

Properties

Text

public string Text { get; }

Property Value

string