Fingerprint_Card
Loading...
Searching...
No Matches
ICSharpCode.SharpZipLib.Core.IScanFilter Interface Reference

Scanning filters support filtering of names. More...

Inheritance diagram for ICSharpCode.SharpZipLib.Core.IScanFilter:

Public Member Functions

bool IsMatch (string name)
 Test a name to see if it 'matches' the filter.

Detailed Description

Scanning filters support filtering of names.

Member Function Documentation

◆ IsMatch()

bool ICSharpCode.SharpZipLib.Core.IScanFilter.IsMatch ( string name)

Test a name to see if it 'matches' the filter.

Parameters
nameThe name to test.
Returns
Returns true if the name matches the filter, false if it does not match.

Implemented in ICSharpCode.SharpZipLib.Core.ExtendedPathFilter, ICSharpCode.SharpZipLib.Core.NameAndSizeFilter, ICSharpCode.SharpZipLib.Core.NameFilter, and ICSharpCode.SharpZipLib.Core.PathFilter.


The documentation for this interface was generated from the following file: