Table of Contents

Class DontInjectAttribute

Namespace
DisCatSharp.ApplicationCommands.Attributes
Assembly
DisCatSharp.ApplicationCommands.dll

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

[AttributeUsage(AttributeTargets.Property|AttributeTargets.Field)]
public class DontInjectAttribute : Attribute
Inheritance
DontInjectAttribute
Inherited Members