ReadOnlyMemoryOfByteCopier.DeepCopy 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
复制输入。
public static ReadOnlyMemory<byte> DeepCopy (ReadOnlyMemory<byte> input, Orleans.Serialization.Cloning.CopyContext copyContext);
static member DeepCopy : ReadOnlyMemory<byte> * Orleans.Serialization.Cloning.CopyContext -> ReadOnlyMemory<byte>
Public Shared Function DeepCopy (input As ReadOnlyMemory(Of Byte), copyContext As CopyContext) As ReadOnlyMemory(Of Byte)
参数
- input
- ReadOnlyMemory<Byte>
输入。
- copyContext
- CopyContext
复制上下文。
返回
输入的副本。