[C#/COMMON] Predicate 대리자 사용하기

■ Predicate<T> 대리자를 사용하는 방법을 보여준다.

예제 코드 (C#)

※ Predicate<T>는 Func<T, bool>와 같다.

Advertisements