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