Skip to content

RepeatedFieldCopier<T> Methods

Copier for Google.Protobuf.Collections.RepeatedField.

DeepCopy(RepeatedField<T>, CopyContext)

View source
public RepeatedField<T> DeepCopy(RepeatedField<T> input, CopyContext context)
Creates a deep copy of the provided input.

Parameters

inputRepeatedField<T>
The input.
contextCopyContext
The context.

Returns

A copy of input.