Class HideAttribute
- Namespace
- Discord.Interactions
- Assembly
- Discord.Net.Interactions.dll
Enum values tagged with this attribute will not be displayed as a parameter choice
[AttributeUsage(AttributeTargets.Field, AllowMultiple = false, Inherited = true)]
public sealed class HideAttribute : Attribute
- Inheritance
-
HideAttribute
- Inherited Members
Remarks
This attribute must be used along with the default EnumConverter<T>