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