System::Collections::Generic::List::FindAll 메서드

List::FindAll method

특정 조건을 만족하는 요소들을 찾습니다.

ListPtr<T> System::Collections::Generic::List<T>::FindAll(System::Predicate<T> match)
매개변수형식설명
matchSystem::Predicate<T>Predicate를 사용하여 요소를 확인합니다.

ReturnValue

List of matching elements (if any) or empty list.

또 보기