C# Class WatchThis.Utilities.FileEnumerator

Exibir arquivo Open project: kevintavog/WatchThis.net

Public Methods

Method Description
AddFilenames ( Action add, string path, bool>.Func accept = null ) : void
AddFilenames ( Queue fileQueue, string path, bool>.Func accept = null ) : void

Method Details

AddFilenames() static public method

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

AddFilenames() static public method

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