C# 클래스 WatchThis.Utilities.FileEnumerator

파일 보기 프로젝트 열기: kevintavog/WatchThis.net

공개 메소드들

메소드 설명
AddFilenames ( Action add, string path, bool>.Func accept = null ) : void
AddFilenames ( Queue fileQueue, string path, bool>.Func accept = null ) : void

메소드 상세

AddFilenames() 정적인 공개 메소드

static public AddFilenames ( Action add, string path, bool>.Func accept = null ) : void
add Action
path string
accept bool>.Func
리턴 void

AddFilenames() 정적인 공개 메소드

static public AddFilenames ( Queue fileQueue, string path, bool>.Func accept = null ) : void
fileQueue Queue
path string
accept bool>.Func
리턴 void