共用方式為


ArrayCopier<T> 類別

定義

排名 1 之陣列的複製器。

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

類型參數

T

元素類型。

繼承
ArrayCopier<T>
屬性
實作

建構函式

ArrayCopier<T>(IDeepCopier<T>)

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

方法

DeepCopy(T[], CopyContext)

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

適用於