Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

c# feature(RepeatedField): Capacity property to resize the internal array #6530

Merged
merged 1 commit into from Oct 18, 2019

Commits on Aug 17, 2019

  1. c# feature(RepeatedField): Capacity property to resize the internal a…

    …rray
    
    This property is useful for efficiently initializing long RepeatedFields.
    
    I used System.Collections.Generic.List's design as a model.  It should feel the most familiar to C# developers.
    prat0088 committed Aug 17, 2019
    Copy the full SHA
    da57400 View commit details
    Browse the repository at this point in the history