C# 클래스 SteamCleaner.Analyzer.FileFinders.RedisFileFinder

상속: IFileFinder
파일 보기 프로젝트 열기: Codeusa/SteamCleaner

공개 메소드들

메소드 설명
FindFiles ( IEnumerable paths ) : IEnumerable
Search ( List files, IEnumerable paths ) : void

비공개 메소드들

메소드 설명
AddFiles ( List files, string path ) : void

메소드 상세

FindFiles() 공개 메소드

public FindFiles ( IEnumerable paths ) : IEnumerable
paths IEnumerable
리턴 IEnumerable

Search() 공개 메소드

public Search ( List files, IEnumerable paths ) : void
files List
paths IEnumerable
리턴 void