Gets or sets the shift value.
Namespace: LLCryptoLib.HashAssembly: LLCryptoLib (in LLCryptoLib.dll) Version: 2.0.1024.0 (2.0.1024)
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); } |