C# 클래스 DuplicateFinder.Core.HashCodeProviders.FileSizeHashCodeProvider

상속: IHashCodeProvider
파일 보기 프로젝트 열기: agross/duplicatefinder

공개 메소드들

메소드 설명
CalculateHashCode ( string path ) : IEnumerable
FileSizeHashCodeProvider ( IFileSystem fileSystem ) : System.Collections.Generic
ToString ( ) : string

메소드 상세

CalculateHashCode() 공개 메소드

public CalculateHashCode ( string path ) : IEnumerable
path string
리턴 IEnumerable

FileSizeHashCodeProvider() 공개 메소드

public FileSizeHashCodeProvider ( IFileSystem fileSystem ) : System.Collections.Generic
fileSystem IFileSystem
리턴 System.Collections.Generic

ToString() 공개 메소드

public ToString ( ) : string
리턴 string