Redigera

Dela via


SortedDictionaryCopier<TKey,TValue> Class

Definition

[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))

Type Parameters

TKey

The key type.

TValue

The value type.

Inheritance
SortedDictionaryCopier<TKey,TValue>
Attributes
Implements

Constructors

SortedDictionaryCopier<TKey,TValue>(IDeepCopier<TKey>, IDeepCopier<TValue>)

Initializes a new instance of the SortedDictionaryCopier<TKey,TValue> class.

Methods

DeepCopy(SortedDictionary<TKey,TValue>, CopyContext)

Creates a deep copy of the provided input.

DeepCopy(SortedDictionary<TKey,TValue>, SortedDictionary<TKey,TValue>, CopyContext)

Clones members from input and copies them to output.

Applies to