次の方法で共有


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)

指定された入力のディープ コピーを作成します。

適用対象