Click or drag to resize

Crc64Iso Constructor (UInt64)

Initializes a new instance of the Crc64Iso class.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public Crc64Iso(
	ulong seed
)

Parameters

seed
Type: SystemUInt64
The seed.
See Also