|
2766 | 2766 | <Parameter Name="value" Type="T" Index="1" FrameworkAlternate="netcore-2.0;netcore-2.1;netcore-2.2;netcore-3.0;netstandard-2.1" />
|
2767 | 2767 | </Parameters>
|
2768 | 2768 | <Docs>
|
2769 |
| - <typeparam name="T">To be added.</typeparam> |
2770 |
| - <param name="array">To be added.</param> |
2771 |
| - <param name="value">To be added.</param> |
2772 |
| - <summary>To be added.</summary> |
| 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> |
2773 | 2773 | <remarks>To be added.</remarks>
|
2774 | 2774 | </Docs>
|
2775 | 2775 | </Member>
|
|
2806 | 2806 | <Parameter Name="count" Type="System.Int32" Index="3" FrameworkAlternate="netcore-2.0;netcore-2.1;netcore-2.2;netcore-3.0;netstandard-2.1" />
|
2807 | 2807 | </Parameters>
|
2808 | 2808 | <Docs>
|
2809 |
| - <typeparam name="T">To be added.</typeparam> |
2810 |
| - <param name="array">To be added.</param> |
2811 |
| - <param name="value">To be added.</param> |
2812 |
| - <param name="startIndex">To be added.</param> |
2813 |
| - <param name="count">To be added.</param> |
2814 |
| - <summary>To be added.</summary> |
| 2809 | + <typeparam name="T">The type of the elements of the array.</typeparam> |
| 2810 | + <param name="array">The <see cref="T:System.Array" /> to be filled.</param> |
| 2811 | + <param name="value">The new value for the elements in the specified range.</param> |
| 2812 | + <param name="startIndex">A 32-bit integer that represents the index in the <see cref="T:System.Array" /> at which filling begins.</param> |
| 2813 | + <param name="count">The number of elements to copy.</param> |
| 2814 | + <summary>Assigns the given <paramref name="value"/> of type <typeparamref name="T"/> to the elements of the specified <paramref name="array"/> which are |
| 2815 | + within the range of <paramref name="startIndex"/> (inclusive) and the next <paramref name="count"/> number of indices.</summary> |
2815 | 2816 | <remarks>To be added.</remarks>
|
2816 | 2817 | </Docs>
|
2817 | 2818 | </Member>
|
|
0 commit comments