Gets or sets the shift value.

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

Syntax

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

See Also