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