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

Inheritance: IScope
Afficher le fichier Open project: agross/duplicatefinder

Méthodes publiques

Méthode 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 méthode

public AddSnapshot ( IEnumerable snapshot ) : void
snapshot IEnumerable
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

EnsureCompatibilityWith() public méthode

public EnsureCompatibilityWith ( IEnumerable hashCodeProviders ) : void
hashCodeProviders IEnumerable
Résultat void

ReadOnlyScope() public méthode

public ReadOnlyScope ( IScope inner ) : System.Collections.Generic
inner IScope
Résultat System.Collections.Generic

Remove() public méthode

public Remove ( IEnumerable hashes ) : void
hashes IEnumerable
Résultat void

Resurrected() public méthode

public Resurrected ( ) : IEnumerable
Résultat IEnumerable