次の方法で共有


KeyValuePairCopier<TKey,TValue> クラス

定義

KeyValuePair<TKey,TValue>コピー機。

[Orleans.RegisterCopier]
public sealed class KeyValuePairCopier<TKey,TValue> : Orleans.Serialization.Cloning.IDeepCopier<System.Collections.Generic.KeyValuePair<TKey,TValue>>, Orleans.Serialization.Cloning.IOptionalDeepCopier
[<Orleans.RegisterCopier>]
type KeyValuePairCopier<'Key, 'Value> = class
    interface IDeepCopier<KeyValuePair<'Key, 'Value>>
    interface IDeepCopier
    interface IOptionalDeepCopier
Public NotInheritable Class KeyValuePairCopier(Of TKey, TValue)
Implements IDeepCopier(Of KeyValuePair(Of TKey, TValue)), IOptionalDeepCopier

型パラメーター

TKey

キーの型。

TValue

値の型です。

継承
KeyValuePairCopier<TKey,TValue>
属性
実装

コンストラクター

KeyValuePairCopier<TKey,TValue>(IDeepCopier<TKey>, IDeepCopier<TValue>)

KeyValuePairCopier<TKey,TValue> クラスの新しいインスタンスを初期化します。

メソッド

DeepCopy(KeyValuePair<TKey,TValue>, CopyContext)

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

IsShallowCopyable()

KeyValuePair<TKey,TValue>コピー機。

明示的なインターフェイスの実装

IDeepCopier.DeepCopy(Object, CopyContext)

KeyValuePair<TKey,TValue>コピー機。

適用対象