ImmutableListCopier<T> クラス

定義

ImmutableList<T>コピー機。

[Orleans.RegisterCopier]
public sealed class ImmutableListCopier<T> : Orleans.Serialization.Cloning.IDeepCopier<System.Collections.Immutable.ImmutableList<T>>, Orleans.Serialization.Cloning.IOptionalDeepCopier
[<Orleans.RegisterCopier>]
type ImmutableListCopier<'T> = class
    interface IDeepCopier<ImmutableList<'T>>
    interface IDeepCopier
    interface IOptionalDeepCopier
Public NotInheritable Class ImmutableListCopier(Of T)
Implements IDeepCopier(Of ImmutableList(Of T)), IOptionalDeepCopier

型パラメーター

T

要素型。

継承
ImmutableListCopier<T>
属性
実装

コンストラクター

ImmutableListCopier<T>(IDeepCopier<T>)

ImmutableList<T>コピー機。

メソッド

DeepCopy(ImmutableList<T>, CopyContext)

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

IsShallowCopyable()

ImmutableList<T>コピー機。

適用対象