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>コピー機。

適用対象