Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
このようなオブジェクトのリストからリストを選択して分割しようとしました:
GlobalV.LatestNews.Select(x => x.Source.Split('/').ToList().FindLast(y=> y!="")).ToList();
FindLast(y=> y!="")しかし、私は言った例外があります
FindLast(y=> y!="")
式にラムダ式を含めることはできません
なぜだかわかりません!!!? 私は試しRemoveAllてみましたが、毎回同じ例外が発生しました。
RemoveAll