Skip to content

ImmutableListCopier<T> Methods

Copier for System.Collections.Immutable.ImmutableList.

DeepCopy(ImmutableList<T>, CopyContext)

View source
public ImmutableList<T> DeepCopy(ImmutableList<T> input, CopyContext context)
Creates a deep copy of the provided input.

Parameters

inputImmutableList<T>
The input.
contextCopyContext
The context.

Returns

A copy of input.