Inheritance diagram for ICSharpCode::SharpZipLib::Core::DirectoryEventArgs:
Public Member Functions | |
DirectoryEventArgs (string name, bool hasMatchingFiles) | |
Initialize an instance of DirectoryEventArgs. | |
Properties | |
bool | HasMatchingFiles |
Get a value indicating if the directory contains any matching files or not. | |
bool | hasMatchingFiles |
Definition at line 82 of file FileSystemScanner.cs.
|
Initialize an instance of DirectoryEventArgs.
Definition at line 89 of file FileSystemScanner.cs. |
|
Definition at line 103 of file FileSystemScanner.cs. |
|
Get a value indicating if the directory contains any matching files or not.
Definition at line 99 of file FileSystemScanner.cs. Referenced by ICSharpCode::SharpZipLib::Zip::FastZip::ProcessDirectory(). |