ByteArrayCopier.IDeepCopier<Byte[]>.DeepCopy 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.
byte[] IDeepCopier<byte[]>.DeepCopy (byte[] input, Orleans.Serialization.Cloning.CopyContext context);
abstract member Orleans.Serialization.Cloning.IDeepCopier<System.Byte[]>.DeepCopy : byte[] * Orleans.Serialization.Cloning.CopyContext -> byte[]
override this.Orleans.Serialization.Cloning.IDeepCopier<System.Byte[]>.DeepCopy : byte[] * Orleans.Serialization.Cloning.CopyContext -> byte[]
Function DeepCopy (input As Byte(), context As CopyContext) As Byte() Implements IDeepCopier(Of Byte()).DeepCopy
Parameters
- input
- Byte[]
The input.
- context
- CopyContext
The context.
Returns
Byte[]
A copy of input
.