Skip to content

RepeatedFieldCopier<T>.DeepCopy(RepeatedField<T>, RepeatedField<T>, CopyContext)

DeepCopy(RepeatedField<T>, RepeatedField<T>, CopyContext)

View source
public void DeepCopy(RepeatedField<T> input, RepeatedField<T> output, CopyContext context)
Clones members from input and copies them to output.

Parameters

inputRepeatedField<T>
The input.
outputRepeatedField<T>
The output.
contextCopyContext
The context.