D:/Projects/Anthem/Anthem/MethodAttribute.cs

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

Generated on Wed Mar 14 23:50:39 2007 for Anthem by  doxygen 1.5.1-p1