共用方式為


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> 複製器。

適用於