C# Класс DuplicateFinder.Core.HashCodeHistory.Scopes.ReadOnlyScope

Наследование: IScope
Показать файл Открыть проект

Открытые методы

Метод Описание
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