Class ParameterCheckAttribute
- Namespace
- DSharpPlus.Commands.ContextChecks.ParameterChecks
- Assembly
- DSharpPlus.Commands.dll
Represents a base attribute for parameter check metadata attributes.
[AttributeUsage(AttributeTargets.Parameter, Inherited = false, AllowMultiple = true)]
public abstract class ParameterCheckAttribute : Attribute
- Inheritance
-
ParameterCheckAttribute
- Derived