-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Added summary for Array.Fill<T>(T[], T) #3204
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
Conversation
Co-Authored-By: MSDN.WhiteKnight <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you, @FarhadShariatzadeh, for contributing to the dotnet/dotnet-api-docs repo and documenting one of the overloads of Array.Fill. I've made some suggestions so that the overload would be fully documented. Would you also like to document the Fill<T>(T[], T) overload?
Co-Authored-By: Ron Petrusha <[email protected]>
Co-Authored-By: Ron Petrusha <[email protected]>
My pleasure @rpetrusha. Thank you for reviewing my pull request. Yes, I like to document the Fill(T[], T) overload as well. I will send a new pull request for that soon. |
Co-Authored-By: Ron Petrusha <[email protected]>
Hello @rpetrusha, I was wondering if my pull request is ready to merge. Would you please let me know if I need to make any more changes? Thank you! |
Yes, this is ready to merge, @FarhadShariatzadeh. Sorry for the delay. I've resolved a merge conflict, so I'll merge as soon as the build completes successfully. |
Awesome! no problem, Thank you very much!! |
Adding a short summary for Array.Fill(T[], T) method
I just explained what this method does.