Class UnconditionalCheckAttribute
- Namespace
- DSharpPlus.Commands.ContextChecks
- Assembly
- DSharpPlus.Commands.dll
Represents a type for checks to register against that will always be executed, whether the attribute is present or not.
[AttributeUsage(AttributeTargets.All, AllowMultiple = false, Inherited = true)]
public sealed class UnconditionalCheckAttribute : ContextCheckAttribute
- Inheritance
-
UnconditionalCheckAttribute