00001 using System; 00002 00003 namespace DBus 00004 { 00005 [AttributeUsage(AttributeTargets.Method, AllowMultiple=false, Inherited=true)] 00006 public class MethodAttribute : Attribute 00007 { 00008 public MethodAttribute() 00009 { 00010 } 00011 } 00012 }