Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions xml/System/Array.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2766,10 +2766,10 @@
<Parameter Name="value" Type="T" Index="1" FrameworkAlternate="netcore-2.0;netcore-2.1;netcore-2.2;netcore-3.0;netstandard-2.1" />
</Parameters>
<Docs>
<typeparam name="T">The type of the elements of the array.</typeparam>
<param name="array">The <see cref="T:System.Array" /> to be filled.</param>
<param name="value">The new value for the elements in the specified range.</param>
<summary>Assigns the given <paramref name="value"/> of type <typeparamref name="T"/> to the elements of the specified <paramref name="array"/>.</summary>
<typeparam name="T">The type of the elements in the array.</typeparam>
<param name="array">The array to be filled.</param>
<param name="value">The value to assign to each array element.</param>
<summary>Assigns the given <paramref name="value"/> of type <typeparamref name="T"/> to each element of the specified <paramref name="array"/>.</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
Expand Down