C# 클래스 DuplicateFinder.Core.HashCodeHistory.Scopes.ReadOnlyScope

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

공개 메소드들

메소드 설명
AddSnapshot ( IEnumerable snapshot ) : void
Dispose ( ) : void
EnsureCompatibilityWith ( IEnumerable hashCodeProviders ) : void
ReadOnlyScope ( IScope inner ) : System.Collections.Generic
Remove ( IEnumerable hashes ) : void
Resurrected ( ) : IEnumerable

메소드 상세

AddSnapshot() 공개 메소드

public AddSnapshot ( IEnumerable snapshot ) : void
snapshot IEnumerable
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

EnsureCompatibilityWith() 공개 메소드

public EnsureCompatibilityWith ( IEnumerable hashCodeProviders ) : void
hashCodeProviders IEnumerable
리턴 void

ReadOnlyScope() 공개 메소드

public ReadOnlyScope ( IScope inner ) : System.Collections.Generic
inner IScope
리턴 System.Collections.Generic

Remove() 공개 메소드

public Remove ( IEnumerable hashes ) : void
hashes IEnumerable
리턴 void

Resurrected() 공개 메소드

public Resurrected ( ) : IEnumerable
리턴 IEnumerable