You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: xml/System.Collections.Immutable/ImmutableArray`1+Builder.xml
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -403,8 +403,8 @@
403
403
<ReturnType>System.Int32</ReturnType>
404
404
</ReturnValue>
405
405
<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>
408
408
<remarks>To be added.</remarks>
409
409
</Docs>
410
410
</Member>
@@ -807,7 +807,7 @@
807
807
<Docs>
808
808
<paramname="index">The item index.</param>
809
809
<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>
0 commit comments