Table of Contents

Delegate LocalFileEntryPredicate

Namespace
Tmds.Ssh
Assembly
Tmds.Ssh.dll

Delegate for filtering local file entries.

public delegate bool LocalFileEntryPredicate(ref LocalFileEntry entry)

Parameters

entry LocalFileEntry

The file entry to evaluate.

Returns

bool

true to include the entry; otherwise, false.