ImmutableSortedSetCopier<T> クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
の 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>コピー機。 |