ByteArrayCopier.DeepCopy(Byte[], CopyContext) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a deep copy of the provided input.
public static byte[] DeepCopy (byte[] input, Orleans.Serialization.Cloning.CopyContext context);
static member DeepCopy : byte[] * Orleans.Serialization.Cloning.CopyContext -> byte[]
Public Shared Function DeepCopy (input As Byte(), context As CopyContext) As Byte()
Parameters
- input
- Byte[]
The input.
- context
- CopyContext
The context.
Returns
Byte[]
A copy of input
.