我有一个类的集合,我想添加到集合属性更改事件函数中。
当我尝试使用带有此代码的 LINQ 执行此操作时:
(from s in StreetsVI select s.PropertyChanged +=
new PropertyChangedEventHandler(Messege)).ToList();
我得到错误:
The type of the expression in the select clause is incorrect. Type inference failed in the call to 'Select'.