interface interfaceName{ delegate void DelegateType();}
delegate void DelegateType();interface interfaceName{ DelegateType delegateType{get;set;}}