C# Class YetAnotherRelogger.Helpers.Tools.FileListCache

Exibir arquivo Open project: sinterlkaas/YetAnotherRelogger Class Usage Examples

Public Properties

Property Type Description
FileList HashSet

Public Methods

Method Description
FileListCache ( string path ) : System.Collections.Generic

Private Methods

Method Description
updatelist ( string path, bool newlist = true ) : void

Method Details

FileListCache() public method

public FileListCache ( string path ) : System.Collections.Generic
path string
return System.Collections.Generic

Property Details

FileList public_oe property

public HashSet FileList
return HashSet