00001 using System; 00002 00003 namespace Anthem 00004 { 00009 [AttributeUsage(AttributeTargets.Method, AllowMultiple = false)] 00010 public class MethodAttribute : Attribute { } 00011 }