C# Class DuplicateFinder.Core.HashCodeHistory.Scopes.ReadOnlyScope

Inheritance: IScope
ファイルを表示 Open project: agross/duplicatefinder

Public Methods

Method Description
AddSnapshot ( IEnumerable snapshot ) : void
Dispose ( ) : void
EnsureCompatibilityWith ( IEnumerable hashCodeProviders ) : void
ReadOnlyScope ( IScope inner ) : System.Collections.Generic
Remove ( IEnumerable hashes ) : void
Resurrected ( ) : IEnumerable

Method Details

AddSnapshot() public method

public AddSnapshot ( IEnumerable snapshot ) : void
snapshot IEnumerable
return void

Dispose() public method

public Dispose ( ) : void
return void

EnsureCompatibilityWith() public method

public EnsureCompatibilityWith ( IEnumerable hashCodeProviders ) : void
hashCodeProviders IEnumerable
return void

ReadOnlyScope() public method

public ReadOnlyScope ( IScope inner ) : System.Collections.Generic
inner IScope
return System.Collections.Generic

Remove() public method

public Remove ( IEnumerable hashes ) : void
hashes IEnumerable
return void

Resurrected() public method

public Resurrected ( ) : IEnumerable
return IEnumerable