Düzenle

Aracılığıyla paylaş


ImmutableStackCopier<T>.DeepCopy Method

Definition

Creates a deep copy of the provided input.

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)

Parameters

input
ImmutableStack<T>

The input.

context
CopyContext

The context.

Returns

A copy of input.

Implements

Applies to