-
[C#] LINQ All<>()C#/기초 2025. 4. 3. 10:04
predicate
조건 함수를 넘겨서
조건에 맞으면 return true;
아니면 return false;
EX)
Themes 의 모든 요소(element)의 ShowInThemeSelector 프로퍼티가 true 이면
isShow is True
아니면
isShow is False
728x90'C# > 기초' 카테고리의 다른 글
[C#] Summary 외부 dll , Nuget 추가 시 (0) 2025.04.09 [C#] LINQ SelectMany (0) 2025.04.03 [C#] // 주석 (0) 2025.03.28 [C#] NUnit Test (0) 2025.03.27 [C#] CLR (Common Language Runtime) (0) 2025.03.18