Hed*_*dge 3 .net c# interface abstract
我正在尝试构建另一个人的C#项目.在很多接口中我得到错误:
The modifier 'abstract' is not valid for this item
Run Code Online (Sandbox Code Playgroud)
在以下界面中:
namespace Services.Email
{
using System;
using System.Collections;
using.System.Collections.Generic;
using System.Runtime.CompilerServices;
public interface IEmailService
{
abstract event EventHandler<SendCompletedEventArgs> SendSummaryCompleted;
void SendNewsItem(DocumentNewsItem newsItem, string email);
void SendSummaryAsync(Session session, Advisor advisor);
}
}
Run Code Online (Sandbox Code Playgroud)
| 归档时间: |
|
| 查看次数: |
4065 次 |
| 最近记录: |