Table of Contents

Class DontInjectAttribute

Namespace
DSharpPlus.CommandsNext.Attributes
Assembly
DSharpPlus.CommandsNext.dll

Prevents this field or property from having its value injected by dependency injection.

[AttributeUsage(AttributeTargets.Property|AttributeTargets.Field, AllowMultiple = false, Inherited = true)]
public class DontInjectAttribute : Attribute
Inheritance
DontInjectAttribute