Поделиться через


ImmutableArrayCopier<T>.DeepCopy Метод

Определение

Создает глубокую копию предоставленных входных данных.

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

Параметры

input
ImmutableArray<T>

Входные данные.

context
CopyContext

Контекст.

Возвращаемое значение

Копия объекта input.

Реализации

Применяется к