Class HiddenAttribute
Hides commands or all commands in a handler from the help list.
Inheritance
System.Object
System.Attribute
HiddenAttribute
Namespace: TehGM.Wolfringo.Commands
Assembly: Wolfringo.Commands.dll
Syntax
[AttributeUsage(AttributeTargets.Class | AttributeTargets.Method, AllowMultiple = false, Inherited = false)]
public class HiddenAttribute : Attribute