MemoryCopier<T>.DeepCopy(Memory<T>, CopyContext) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
创建提供的输入的深层副本。
public Memory<T> DeepCopy (Memory<T> input, Orleans.Serialization.Cloning.CopyContext context);
abstract member DeepCopy : Memory<'T> * Orleans.Serialization.Cloning.CopyContext -> Memory<'T>
override this.DeepCopy : Memory<'T> * Orleans.Serialization.Cloning.CopyContext -> Memory<'T>
Public Function DeepCopy (input As Memory(Of T), context As CopyContext) As Memory(Of T)
参数
- input
- Memory<T>
输入。
- context
- CopyContext
上下文。
返回
Memory<T>
input
的副本。