FileSystemEnumerable<TResult>.FindPredicate Delegat

Definicja

Hermetyzuje metodę filtrowania wyników wyszukiwania.

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 

Parametry

entry
FileSystemEntry

Odwołanie do wpisu systemu plików, które zostanie ocenione przy użyciu warunku predykatu.

Wartość zwracana

true jeśli warunek predykatu jest spełniony; w przeciwnym razie , false.

Metody rozszerzania

GetMethodInfo(Delegate)

Pobiera obiekt reprezentujący metodę reprezentowaną przez określonego delegata.

Dotyczy