KeyValuePairCopier<TKey,TValue> Classe
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Copiador para 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
Parâmetros de tipo
- TKey
O tipo principal.
- TValue
O tipo de valor.
- Herança
-
KeyValuePairCopier<TKey,TValue>
- Atributos
- Implementações
Construtores
KeyValuePairCopier<TKey,TValue>(IDeepCopier<TKey>, IDeepCopier<TValue>) |
Inicializa uma nova instância da classe KeyValuePairCopier<TKey,TValue>. |
Métodos
DeepCopy(KeyValuePair<TKey,TValue>, CopyContext) |
Cria uma cópia profunda da entrada fornecida. |
IsShallowCopyable() |
Copiador para KeyValuePair<TKey,TValue>. |
Implantações explícitas de interface
IDeepCopier.DeepCopy(Object, CopyContext) |
Copiador para KeyValuePair<TKey,TValue>. |