UPD: --如果我将删除抛出的新NotImplementedException();并插入,例如MessageBox.Show(“测试”);每次打开Form2时,MessageBox都会显示为运行应用程序public class Presenters : IPresenter public void Retrive() throw new NotImplementedException
当我试图打开电话簿时,我会被System.NotImplementedException: The method or operation is not implemented.标记--我不太清楚为什么这是第一个被标记为这个问题的地方: {
throw new NotImplementedException
我在文件的顶部有一个用于System.Linq的System.Linq语句
为什么创建一个从一种类型的集合继承并实现另一种类型的集合接口的类会导致System.Linq中的扩展方法不可用于类的对象?(); set => throw new NotImplementedException(); }
public bool IsReadOnly => throw new NotImplem