共用方式為


SortedSetCopier<T>.DeepCopy 方法

定義

多載

DeepCopy(SortedSet<T>, CopyContext)

建立所提供輸入的深層複本。

DeepCopy(SortedSet<T>, SortedSet<T>, CopyContext)

從 複製成員 input ,並將其複製到 output

DeepCopy(SortedSet<T>, CopyContext)

建立所提供輸入的深層複本。

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

參數

input
SortedSet<T>

輸入。

context
CopyContext

內容。

傳回

input 的複本。

實作

適用於

DeepCopy(SortedSet<T>, SortedSet<T>, CopyContext)

從 複製成員 input ,並將其複製到 output

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

參數

input
SortedSet<T>

輸入。

output
SortedSet<T>

輸出。

context
CopyContext

內容。

實作

適用於