Table of Contents
API reference

Class DeprecatedAttribute

Namespace
DisCatSharp.Attributes
Assembly
DisCatSharp.Attributes.dll

Marks something as deprecated by DisCatSharp.

[AttributeUsage(AttributeTargets.All, AllowMultiple = true)]
public sealed class DeprecatedAttribute : Attribute
Inheritance
DeprecatedAttribute
Inherited Members

Constructors

DeprecatedAttribute()
DeprecatedAttribute(string)

Properties

Message

The additional information message.