C# Class BB.Caching.Hashing.Core

Core methods for hashing.
Afficher le fichier Open project: JesseBuesking/BB.Caching

Private Properties

Свойство Type Description
Core System

Méthodes publiques

Méthode Description
Initialize ( uint seed, bool managed = true ) : void

Initializes the hashing core.

Private Methods

Méthode Description
Core ( ) : System

Prevents a default instance of the Core class from being created.

Method Details

Initialize() public méthode

Initializes the hashing core.
public Initialize ( uint seed, bool managed = true ) : void
seed uint /// The seed value to use for the murmurhash. ///
managed bool /// Whether murmurhash should be in managed space or unmanaged. ///
Résultat void