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


SortedListCopier<TKey,TValue>.DeepCopy Метод

Определение

Перегрузки

DeepCopy(SortedList<TKey,TValue>, CopyContext)

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

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

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

DeepCopy(SortedList<TKey,TValue>, CopyContext)

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

public System.Collections.Generic.SortedList<TKey,TValue> DeepCopy (System.Collections.Generic.SortedList<TKey,TValue> input, Orleans.Serialization.Cloning.CopyContext context);
abstract member DeepCopy : System.Collections.Generic.SortedList<'Key, 'Value> * Orleans.Serialization.Cloning.CopyContext -> System.Collections.Generic.SortedList<'Key, 'Value>
override this.DeepCopy : System.Collections.Generic.SortedList<'Key, 'Value> * Orleans.Serialization.Cloning.CopyContext -> System.Collections.Generic.SortedList<'Key, 'Value>
Public Function DeepCopy (input As SortedList(Of TKey, TValue), context As CopyContext) As SortedList(Of TKey, TValue)

Параметры

input
SortedList<TKey,TValue>

Входные данные.

context
CopyContext

Контекст.

Возвращаемое значение

SortedList<TKey,TValue>

Копия объекта input.

Реализации

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

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

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

public void DeepCopy (System.Collections.Generic.SortedList<TKey,TValue> input, System.Collections.Generic.SortedList<TKey,TValue> output, Orleans.Serialization.Cloning.CopyContext context);
abstract member DeepCopy : System.Collections.Generic.SortedList<'Key, 'Value> * System.Collections.Generic.SortedList<'Key, 'Value> * Orleans.Serialization.Cloning.CopyContext -> unit
override this.DeepCopy : System.Collections.Generic.SortedList<'Key, 'Value> * System.Collections.Generic.SortedList<'Key, 'Value> * Orleans.Serialization.Cloning.CopyContext -> unit
Public Sub DeepCopy (input As SortedList(Of TKey, TValue), output As SortedList(Of TKey, TValue), context As CopyContext)

Параметры

input
SortedList<TKey,TValue>

Входные данные.

output
SortedList<TKey,TValue>

Выходные данные.

context
CopyContext

Контекст.

Реализации

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