C# Class SoundFingerprinting.InMemory.RAMStorage

Inheritance: IRAMStorage
Afficher le fichier Open project: AddictedCS/soundfingerprinting Class Usage Examples

Méthodes publiques

Méthode Description
RAMStorage ( int numberOfHashTables ) : System.Collections.Concurrent
Reset ( int numberOfHashTables ) : void

Private Methods

Méthode Description
Initialize ( int numberOfHashTables ) : void

Method Details

RAMStorage() public méthode

public RAMStorage ( int numberOfHashTables ) : System.Collections.Concurrent
numberOfHashTables int
Résultat System.Collections.Concurrent

Reset() public méthode

public Reset ( int numberOfHashTables ) : void
numberOfHashTables int
Résultat void