c#2019. 8. 2. 15:39

var item = resultList.Single(x => x.Id == 2);

resultList.Remove(item);

Posted by 동동(이재동)