Table of Contents

Class DocsAttribute

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

Attaches a docs link for the command (Cosmetic)

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

Constructors

DocsAttribute(string)

Create a DocsAttribute with the url given.

public DocsAttribute(string url)

Parameters

url string

Properties

Url

Url that leads to the docs.

public string Url { get; }

Property Value

string