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