共用方式為


MemoryCopier<T> 類別

定義

Memory<T> 複製器。

[Orleans.RegisterCopier]
public sealed class MemoryCopier<T> : Orleans.Serialization.Cloning.IDeepCopier<Memory<T>>
[<Orleans.RegisterCopier>]
type MemoryCopier<'T> = class
    interface IDeepCopier<Memory<'T>>
    interface IDeepCopier
Public NotInheritable Class MemoryCopier(Of T)
Implements IDeepCopier(Of Memory(Of T))

類型參數

T

元素類型。

繼承
MemoryCopier<T>
屬性
實作

建構函式

MemoryCopier<T>(IDeepCopier<T>)

初始化 MemoryCopier<T> 類別的新執行個體。

方法

DeepCopy(Memory<T>, CopyContext)

建立所提供輸入的深層複本。

適用於