SortedSetCopier<T> クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
の SortedSet<T>コピー機。
[Orleans.RegisterCopier]
public sealed class SortedSetCopier<T> : Orleans.Serialization.Cloning.IBaseCopier<System.Collections.Generic.SortedSet<T>>, Orleans.Serialization.Cloning.IDeepCopier<System.Collections.Generic.SortedSet<T>>
[<Orleans.RegisterCopier>]
type SortedSetCopier<'T> = class
interface IDeepCopier<SortedSet<'T>>
interface IDeepCopier
interface IBaseCopier<SortedSet<'T>>
interface IBaseCopier
Public NotInheritable Class SortedSetCopier(Of T)
Implements IBaseCopier(Of SortedSet(Of T)), IDeepCopier(Of SortedSet(Of T))
型パラメーター
- T
要素型。
- 継承
-
SortedSetCopier<T>
- 属性
- 実装
コンストラクター
SortedSetCopier<T>(IDeepCopier<T>) |
SortedSetCopier<T> クラスの新しいインスタンスを初期化します。 |
メソッド
DeepCopy(SortedSet<T>, CopyContext) |
指定された入力のディープ コピーを作成します。 |
DeepCopy(SortedSet<T>, SortedSet<T>, CopyContext) |
から |