Skip to content

ListCopier<T>.DeepCopy(List<T>, CopyContext)

DeepCopy(List<T>, CopyContext)

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

Parameters

inputList<T>
The input.
contextCopyContext
The context.

Returns

A copy of input.