共用方式為


ImmutableSortedSetCopier<T> 類別

定義

ImmutableSortedSet<T> 複製器。

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

類型參數

T

元素類型。

繼承
ImmutableSortedSetCopier<T>
屬性
實作

建構函式

ImmutableSortedSetCopier<T>(IDeepCopier<T>)

ImmutableSortedSet<T> 複製器。

方法

DeepCopy(ImmutableSortedSet<T>, CopyContext)

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

IsShallowCopyable()

ImmutableSortedSet<T> 複製器。

適用於