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