Google.Protobuf.RepeatedFieldExtensions public static class RepeatedFieldExtensions A set of extension methods on RepeatedField<T> Documentation Code public static void AddRange<T>(this RepeatedField<T> repeatedField, ReadOnlySpan<T> source) Adds the elements of the specified span to the end of the RepeatedField<T>.