 | Crc32ChecksumValue Property |
Gets or sets the the current CRC32 checksum computed so far.
Namespace: Ookii.JumboAssembly: Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntaxpublic long Value { get; set; }
Public Property Value As Long
Get
Set
public:
property long long Value {
long long get ();
void set (long long value);
}
member Value : int64 with get, set
Property Value
Int64
The CRC32 checksum computed so far.
See Also