Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make the MergeFrom method of type ReadOnlySequence<byte> public (#11124)
(Edited by jskeet) For public release notes: Add a public `IMessage.MergeFrom(ReadOnlySequence<byte>)` extension method, exposing existing internal functionality. (Parsing a completely new message from `ReadOnlySequence<byte>` was already publicly available, just not merging.) ---- Public the `MergeFrom` method of type `ReadOnlySequence<byte>`. We found that the `MergeFrom` method of type `ReadOnlySequence<byte>` is internal. **We need it !!!** Closes #11124 COPYBARA_INTEGRATE_REVIEW=#11124 from VAllens:patch-1 0ddea03 PiperOrigin-RevId: 504575534
- Loading branch information