DeepCopy(ImmutableList<T>, CopyContext)
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.