共用方式為


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

內容。

實作

適用於