Class DontInjectAttribute
- Namespace
- DisCatSharp.CommandsNext.Attributes
- Assembly
- DisCatSharp.CommandsNext.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