ImmutableSortedDictionaryCopier<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 ImmutableSortedDictionary<TKey,TValue>.
[Orleans.RegisterCopier]
public sealed class ImmutableSortedDictionaryCopier<TKey,TValue> : Orleans.Serialization.Cloning.IDeepCopier<System.Collections.Immutable.ImmutableSortedDictionary<TKey,TValue>>, Orleans.Serialization.Cloning.IOptionalDeepCopier
[<Orleans.RegisterCopier>]
type ImmutableSortedDictionaryCopier<'Key, 'Value> = class
interface IDeepCopier<ImmutableSortedDictionary<'Key, 'Value>>
interface IDeepCopier
interface IOptionalDeepCopier
Public NotInheritable Class ImmutableSortedDictionaryCopier(Of TKey, TValue)
Implements IDeepCopier(Of ImmutableSortedDictionary(Of TKey, TValue)), IOptionalDeepCopier
Parâmetros de tipo
- TKey
O tipo principal.
- TValue
O tipo de valor.
- Herança
-
ImmutableSortedDictionaryCopier<TKey,TValue>
- Atributos
- Implementações
Construtores
ImmutableSortedDictionaryCopier<TKey,TValue>(IDeepCopier<TKey>, IDeepCopier<TValue>) |
Copiador para ImmutableSortedDictionary<TKey,TValue>. |
Métodos
DeepCopy(ImmutableSortedDictionary<TKey,TValue>, CopyContext) |
Cria uma cópia profunda da entrada fornecida. |
IsShallowCopyable() |
Copiador para ImmutableSortedDictionary<TKey,TValue>. |