Class DontInjectAttribute
Prevents the marked property from being injected into a module.
Assembly: Discord.Net.Commands.dll​
View Source​
Declaration
[AttributeUsage(AttributeTargets.Property, AllowMultiple = false, Inherited = true)]
public class DontInjectAttribute : Attribute, _Attribute
Implements​
System.Runtime.InteropServices._Attribute