c#
list 삭제
동동(이재동)
2019. 8. 2. 15:39
var item = resultList.Single(x => x.Id == 2);
resultList.Remove(item);