-
[WPF] LINQC#/WPF 2024. 5. 10. 16:05
#주의
아래는 ServiceItems의 Item을 가져다씀.
ServiceItems.RemoveAll(x => x.IsConnect == false); 실행 후
Items 는 Null 값이 됨.
그래서 dsmContext.RemoveRange(items); 에러남.
아래는 ToList() 하면 ServiceItems의 Item 을 List로 새로운 객체 인스턴스로 가지고 있음.
ServiceItems.RemoveAll(x => x.IsConnect == false); 실행해도
Items 는 Null 값 안됨.
728x90'C# > WPF' 카테고리의 다른 글
[WPF] dotnet build (0) 2024.05.16 [WPF] TextBox Placeholder, Wartermark (0) 2024.05.16 [WPF] Sta (0) 2024.04.26 [WPF] Install WPF (0) 2024.04.18 [WPF] windows service local application data Path (0) 2024.04.18 댓글