Table of Contents

Class RemarksAttribute

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

Attaches remarks to your commands (Cosmetic)

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

Constructors

RemarksAttribute(string)

public RemarksAttribute(string text)

Parameters

text string

Properties

Text

public string Text { get; }

Property Value

string