C# 클래스 YetAnotherRelogger.Helpers.Tools.FileListCache

파일 보기 프로젝트 열기: sinterlkaas/YetAnotherRelogger 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
FileList HashSet

공개 메소드들

메소드 설명
FileListCache ( string path ) : System.Collections.Generic

비공개 메소드들

메소드 설명
updatelist ( string path, bool newlist = true ) : void

메소드 상세

FileListCache() 공개 메소드

public FileListCache ( string path ) : System.Collections.Generic
path string
리턴 System.Collections.Generic

프로퍼티 상세

FileList 공개적으로 프로퍼티

public HashSet FileList
리턴 HashSet