DeepCopy(ImmutableListSurrogate<T>, CopyContext)
public ImmutableListSurrogate<T> DeepCopy(ImmutableListSurrogate<T> result, CopyContext context) Creates a deep copy of the provided input.
Parameters
resultImmutableListSurrogate<T>- The input.
contextCopyContext- The context.
Returns
A copy of
input.