Gets or sets the FNV algorithm variation.

Namespace: Classless.Hasher
Assembly: Classless.Hasher (in Classless.Hasher.dll) Version: 0.9.4179.24336

Syntax

C#
public FnvAlgorithmType AlgorithmType { get; set; }
Visual Basic
Public Property AlgorithmType As FnvAlgorithmType
	Get
	Set
Visual C++
public:
property FnvAlgorithmType AlgorithmType {
	FnvAlgorithmType get ();
	void set (FnvAlgorithmType value);
}

See Also