ImmutableStackCopier<T>.DeepCopy 方法

定义

创建所提供输入的深层副本。

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

参数

input
ImmutableStack<T>

输入。

context
CopyContext

上下文。

返回

input 的副本。

实现

适用于