Поделиться через


SortedListCopier<TKey,TValue> Класс

Определение

Средство копирования для SortedList<TKey,TValue>.

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

Параметры типа

TKey

Тип ключа.

TValue

Тип значения.

Наследование
SortedListCopier<TKey,TValue>
Атрибуты
Реализации

Конструкторы

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

Инициализирует новый экземпляр класса SortedListCopier<TKey,TValue>.

Методы

DeepCopy(SortedList<TKey,TValue>, CopyContext)

Создает глубокую копию предоставленных входных данных.

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

Клонирует элементы из input и копирует их в output.

Применяется к