Szerkesztés

Megosztás a következőn keresztül:


ImmutableListCopier<T>.DeepCopy Method

Definition

Creates a deep copy of the provided input.

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

Parameters

input
ImmutableList<T>

The input.

context
CopyContext

The context.

Returns

A copy of input.

Implements

Applies to