Interface IScanFilter
Scanning filters support filtering of names.
Namespace: ICSharpCode.SharpZipLib.Core
Assembly: ICSharpCode.SharpZipLib.dll
Syntax
public interface IScanFilter
Methods
| Improve this Doc View SourceIsMatch(String)
Test a name to see if it 'matches' the filter.
Declaration
bool IsMatch(string name)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | The name to test. |
Returns
Type | Description |
---|---|
System.Boolean | Returns true if the name matches the filter, false if it does not match. |