Table of Contents

Class DontInjectAttribute

Namespace
DSharpPlus.SlashCommands
Assembly
DSharpPlus.SlashCommands.dll

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

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