Skip to content

Commit d5baba0

Browse files
FarhadShariatzadehRon Petrusha
andcommitted
Added summary for Array.Fill<T>(T[], T) (#3204)
* Update Array.xml * Update xml/System/Array.xml Co-Authored-By: MSDN.WhiteKnight <[email protected]> * Update xml/System/Array.xml Co-Authored-By: Ron Petrusha <[email protected]> * Update xml/System/Array.xml Co-Authored-By: Ron Petrusha <[email protected]> * Update xml/System/Array.xml Co-Authored-By: Ron Petrusha <[email protected]>
1 parent b3a8ec0 commit d5baba0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

xml/System/Array.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2766,10 +2766,10 @@
27662766
<Parameter Name="value" Type="T" Index="1" FrameworkAlternate="netcore-2.0;netcore-2.1;netcore-2.2;netcore-3.0;netstandard-2.1" />
27672767
</Parameters>
27682768
<Docs>
2769-
<typeparam name="T">The type of the elements of the array.</typeparam>
2770-
<param name="array">The <see cref="T:System.Array" /> to be filled.</param>
2771-
<param name="value">The new value for the elements in the specified range.</param>
2772-
<summary>Assigns the given <paramref name="value"/> of type <typeparamref name="T"/> to the elements of the specified <paramref name="array"/>.</summary>
2769+
<typeparam name="T">The type of the elements in the array.</typeparam>
2770+
<param name="array">The array to be filled.</param>
2771+
<param name="value">The value to assign to each array element.</param>
2772+
<summary>Assigns the given <paramref name="value"/> of type <typeparamref name="T"/> to each element of the specified <paramref name="array"/>.</summary>
27732773
<remarks>To be added.</remarks>
27742774
</Docs>
27752775
</Member>

0 commit comments

Comments
 (0)