Class DocsAttribute
Attaches a docs link for the command (Cosmetic)
[AttributeUsage(AttributeTargets.Class|AttributeTargets.Method, AllowMultiple = false, Inherited = true)]
public class DocsAttribute : Attribute
- Inheritance
-
objectAttributeDocsAttribute
Constructors
DocsAttribute(string)
Create a DocsAttribute with the url given.
public DocsAttribute(string url)
Parameters
urlstring
Properties
Url
Url that leads to the docs.
public string Url { get; }