FileSystemEnumerable<TResult>.FindPredicate 대리자

정의

찾기 결과를 필터링하는 메서드를 캡슐화합니다.

public: delegate bool FileSystemEnumerable<TResult>::FindPredicate(FileSystemEntry % entry);
public delegate bool FileSystemEnumerable<TResult>.FindPredicate(ref FileSystemEntry entry);
type FileSystemEnumerable<'Result>.FindPredicate = delegate of FileSystemEntry -> bool
Public Delegate Function FileSystemEnumerable(Of TResult).FindPredicate(ByRef entry As FileSystemEntry) As Boolean 

매개 변수

entry
FileSystemEntry

조건자 조건으로 평가할 파일 시스템 항목에 대한 참조입니다.

반환 값

조건자 조건이 충족되면 true이고, 그렇지 않으면 false입니다.

확장 메서드

GetMethodInfo(Delegate)

지정된 대리자가 나타내는 메서드를 나타내는 개체를 가져옵니다.

적용 대상