using System; using System.Collections.Generic; using System.Text; namespace Apewer { /// <summary></summary> [AttributeUsage(AttributeTargets.All, AllowMultiple = false, Inherited = false)] public class HiddenAttribute : Attribute { } }