クラスのコレクションがあり、コレクションのプロパティ変更イベント関数に追加したいと考えています。
このコードで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'.