TupleCopier<T1,T2,T3,T4,T5,T6,T7> クラス

定義

Tuple<T1,T2,T3,T4,T5,T6,T7>コピー機。

[Orleans.RegisterCopier]
public sealed class TupleCopier<T1,T2,T3,T4,T5,T6,T7> : Orleans.Serialization.Cloning.IDeepCopier<Tuple<T1,T2,T3,T4,T5,T6,T7>>, Orleans.Serialization.Cloning.IOptionalDeepCopier
[<Orleans.RegisterCopier>]
type TupleCopier<'T1, 'T2, 'T3, 'T4, 'T5, 'T6, 'T7> = class
    interface IDeepCopier<'T1 * 'T2 * 'T3 * 'T4 * 'T5 * 'T6 * 'T7>
    interface IDeepCopier
    interface IOptionalDeepCopier
Public NotInheritable Class TupleCopier(Of T1, T2, T3, T4, T5, T6, T7)
Implements IDeepCopier(Of Tuple(Of T1, T2, T3, T4, T5, T6, T7)), IOptionalDeepCopier

型パラメーター

T1

組の 1 番目のコンポーネントの型。

T2

組の 2 番目のコンポーネントの型。

T3

組の 3 番目のコンポーネントの型。

T4

組の 4 番目のコンポーネントの型。

T5

組の 5 番目のコンポーネントの型。

T6

組の 6 番目のコンポーネントの型。

T7

組の 7 番目のコンポーネントの型。

継承
TupleCopier<T1,T2,T3,T4,T5,T6,T7>
属性
実装

コンストラクター

TupleCopier<T1,T2,T3,T4,T5,T6,T7>(IDeepCopier<T1>, IDeepCopier<T2>, IDeepCopier<T3>, IDeepCopier<T4>, IDeepCopier<T5>, IDeepCopier<T6>, IDeepCopier<T7>)

TupleCopier<T1,T2,T3,T4,T5,T6,T7> クラスの新しいインスタンスを初期化します。

メソッド

DeepCopy(Tuple<T1,T2,T3,T4,T5,T6,T7>, CopyContext)

指定された入力のディープ コピーを作成します。

IsShallowCopyable()

Tuple<T1,T2,T3,T4,T5,T6,T7>コピー機。

適用対象