Click or drag to resize

BinaryKey Constructor

Ctor

Namespace:  Crosser.Common.Utilities.Binary
Assembly:  Crosser.Common (in Crosser.Common.dll) Version: 0.0.4
Syntax
C#
public BinaryKey(
	byte[] bytes
)

Parameters

bytes
Type: SystemByte
The bytes to represent as a key
See Also