SortedDictionaryCopier<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 SortedDictionary<TKey,TValue>.
[Orleans.RegisterCopier]
public sealed class SortedDictionaryCopier<TKey,TValue> : Orleans.Serialization.Cloning.IBaseCopier<System.Collections.Generic.SortedDictionary<TKey,TValue>>, Orleans.Serialization.Cloning.IDeepCopier<System.Collections.Generic.SortedDictionary<TKey,TValue>>
[<Orleans.RegisterCopier>]
type SortedDictionaryCopier<'Key, 'Value> = class
interface IDeepCopier<SortedDictionary<'Key, 'Value>>
interface IDeepCopier
interface IBaseCopier<SortedDictionary<'Key, 'Value>>
interface IBaseCopier
Public NotInheritable Class SortedDictionaryCopier(Of TKey, TValue)
Implements IBaseCopier(Of SortedDictionary(Of TKey, TValue)), IDeepCopier(Of SortedDictionary(Of TKey, TValue))
Parametri di tipo
- TKey
Tipo di chiave.
- TValue
Tipo di valore.
- Ereditarietà
-
SortedDictionaryCopier<TKey,TValue>
- Attributi
- Implementazioni
-
IBaseCopier IBaseCopier<SortedDictionary<TKey,TValue>> IDeepCopier IDeepCopier<SortedDictionary<TKey,TValue>>
Costruttori
SortedDictionaryCopier<TKey,TValue>(IDeepCopier<TKey>, IDeepCopier<TValue>) |
Inizializza una nuova istanza della classe SortedDictionaryCopier<TKey,TValue>. |
Metodi
DeepCopy(SortedDictionary<TKey,TValue>, CopyContext) |
Crea una copia completa dell'input fornito. |
DeepCopy(SortedDictionary<TKey,TValue>, SortedDictionary<TKey,TValue>, CopyContext) |
Clona i membri da |