Redigera

Dela via


SortedListCopier<TKey,TValue> Class

Definition

[Orleans.RegisterCopier]
public sealed class SortedListCopier<TKey,TValue> : Orleans.Serialization.Cloning.IBaseCopier<System.Collections.Generic.SortedList<TKey,TValue>>, Orleans.Serialization.Cloning.IDeepCopier<System.Collections.Generic.SortedList<TKey,TValue>>
[<Orleans.RegisterCopier>]
type SortedListCopier<'Key, 'Value> = class
    interface IDeepCopier<SortedList<'Key, 'Value>>
    interface IDeepCopier
    interface IBaseCopier<SortedList<'Key, 'Value>>
    interface IBaseCopier
Public NotInheritable Class SortedListCopier(Of TKey, TValue)
Implements IBaseCopier(Of SortedList(Of TKey, TValue)), IDeepCopier(Of SortedList(Of TKey, TValue))

Type Parameters

TKey

The key type.

TValue

The value type.

Inheritance
SortedListCopier<TKey,TValue>
Attributes
Implements

Constructors

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

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

Methods

DeepCopy(SortedList<TKey,TValue>, CopyContext)

Creates a deep copy of the provided input.

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

Clones members from input and copies them to output.

Applies to