Skip to content

Commit 03995f5

Browse files
mairawRon Petrusha
authored andcommitted
add missing return value (#2677)
1 parent d0e4f8a commit 03995f5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

xml/System.Collections.Immutable/ImmutableArray`1+Builder.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -403,8 +403,8 @@
403403
<ReturnType>System.Int32</ReturnType>
404404
</ReturnValue>
405405
<Docs>
406-
<summary>Gets and sets the length of the internal array. When set, the internal array is reallocated to the given capacity if it is not already the specified length.</summary>
407-
<value>To be added.</value>
406+
<summary>Gets or sets the length of the internal array. When set, the internal array is reallocated to the given capacity if it is not already the specified length.</summary>
407+
<value>The length of the internal array.</value>
408408
<remarks>To be added.</remarks>
409409
</Docs>
410410
</Member>
@@ -807,7 +807,7 @@
807807
<Docs>
808808
<param name="index">The item index.</param>
809809
<summary>Gets a read-only reference to the element at the specified index.</summary>
810-
<returns>To be added.</returns>
810+
<returns>The read-only reference to the element at the specified index.</returns>
811811
<remarks>To be added.</remarks>
812812
<exception cref="T:System.IndexOutOfRangeException">
813813
<paramref name="index" /> is greater or equal to the array count.</exception>
@@ -1340,4 +1340,4 @@
13401340
</Docs>
13411341
</Member>
13421342
</Members>
1343-
</Type>
1343+
</Type>

0 commit comments

Comments
 (0)