111,118
社区成员
发帖
与我相关
我的任务
分享public interface MyInterface
{
public class MyDelegate{};//你看看这可以吗 当让不可以了 委托是类型级别的 看作类就明白了
} public delegate void MyDelegate();
public interface MyInterface
{
MyDelegate myDelegate();
}