Gets or sets the shift value.

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

Syntax

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

See Also