mirror of
https://github.com/XFox111/Shelldon.git
synced 2026-04-22 07:08:00 +03:00
5 lines
217 B
C#
5 lines
217 B
C#
namespace Shelldon.Attributes;
|
|
|
|
[AttributeUsage(AttributeTargets.Delegate | AttributeTargets.Method | AttributeTargets.Parameter, AllowMultiple = true, Inherited = false)]
|
|
public class HiddenAttribute : Attribute { }
|