System::Collections::Generic::List::Find method

List::Find method

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

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

ReturnValue

일치하는 요소의 값 또는 찾지 못했을 경우 nullprtr.

또 보기