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)
Syntaxpublic static byte[] Clone(
byte[] source
)
Public Shared Function Clone (
source As Byte()
) As Byte()
public:
static array<unsigned char>^ Clone(
array<unsigned char>^ source
)
static member Clone :
source : byte[] -> byte[]
Parameters
- source
- Type: SystemByte
byte array to be cloned
Return Value
Type:
Byte
See Also