共用方式為


ReadOnlyMemoryCopier<T>.DeepCopy 方法

定義

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

public ReadOnlyMemory<T> DeepCopy (ReadOnlyMemory<T> input, Orleans.Serialization.Cloning.CopyContext context);
abstract member DeepCopy : ReadOnlyMemory<'T> * Orleans.Serialization.Cloning.CopyContext -> ReadOnlyMemory<'T>
override this.DeepCopy : ReadOnlyMemory<'T> * Orleans.Serialization.Cloning.CopyContext -> ReadOnlyMemory<'T>
Public Function DeepCopy (input As ReadOnlyMemory(Of T), context As CopyContext) As ReadOnlyMemory(Of T)

參數

input
ReadOnlyMemory<T>

輸入。

context
CopyContext

內容。

傳回

input 的複本。

實作

適用於