Gets or sets the FNV algorithm variation.

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

Syntax

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

See Also