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