C# List<Point>.RemoveAll の高速化 : プログラミング指南 - Code Knowledge

マップエディタを作成中に     var canvasPoints = new List<Point>(); この canvasPoints リストから     var removePoints = new List<Point>(); removePoints に該当するポイントを全て取り除きたいとします。リストにはまとめて削除できる RemoveAll というメソ</point></point>