C# 클래스 ICSharpCode.SharpZipLib.Core.DirectoryEventArgs

Event arguments for directories.
상속: ScanEventArgs
파일 보기 프로젝트 열기: icsharpcode/SharpZipLib 1 사용 예제들

공개 메소드들

메소드 설명
DirectoryEventArgs ( string name, bool hasMatchingFiles ) : System

Initialize an instance of .

메소드 상세

DirectoryEventArgs() 공개 메소드

Initialize an instance of .
public DirectoryEventArgs ( string name, bool hasMatchingFiles ) : System
name string The name for this directory.
hasMatchingFiles bool Flag value indicating if any matching files are contained in this directory.
리턴 System