ImmutableSortedDictionaryCopier<TKey,TValue> Classe
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Copiatore per 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
Parametri di tipo
- TKey
Tipo di chiave.
- TValue
Tipo di valore.
- Ereditarietà
-
ImmutableSortedDictionaryCopier<TKey,TValue>
- Attributi
- Implementazioni
Costruttori
ImmutableSortedDictionaryCopier<TKey,TValue>(IDeepCopier<TKey>, IDeepCopier<TValue>) |
Copiatore per ImmutableSortedDictionary<TKey,TValue>. |
Metodi
DeepCopy(ImmutableSortedDictionary<TKey,TValue>, CopyContext) |
Crea una copia completa dell'input fornito. |
IsShallowCopyable() |
Copiatore per ImmutableSortedDictionary<TKey,TValue>. |