Click or drag to resize

UtilClone Method (Byte)

Clone given byte array

Namespace:  Guardtime.KSI.Utils
Assembly:  ksi-net-api (in ksi-net-api.dll) Version: 3.11.534.0 (3.11.534.0)
Syntax
public static byte[] Clone(
	byte[] source
)

Parameters

source
Type: SystemByte
byte array to be cloned

Return Value

Type: Byte
See Also