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