Skip to content

Commit 137fdd4

Browse files
carlossanlopRon Petrusha
andcommitted
Automatically port Collections.Immutable.ImmutableArray (#3187)
* Automatically port Collections.Immutable.ImmutableArray * suggestions by rpetrusha Co-Authored-By: Ron Petrusha <[email protected]>
1 parent a8847b1 commit 137fdd4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2749,7 +2749,7 @@
27492749
<Docs>
27502750
<param name="index">The index.</param>
27512751
<summary>Gets or sets the <see cref="T:System.Object" /> at the specified index.</summary>
2752-
<value>To be added.</value>
2752+
<value>The object at the specified index.</value>
27532753
<remarks>To be added.</remarks>
27542754
<exception cref="T:System.NotSupportedException">Always thrown from the setter.</exception>
27552755
<exception cref="T:System.InvalidOperationException">Thrown if the <see cref="P:System.Collections.Immutable.ImmutableArray`1.IsDefault" /> property returns true.</exception>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2109,7 +2109,7 @@
21092109
<Docs>
21102110
<param name="index">The index.</param>
21112111
<summary>Gets or sets the <see cref="T:System.Object" /> at the specified index.</summary>
2112-
<value>To be added.</value>
2112+
<value>The object at the specified index.</value>
21132113
<remarks>To be added.</remarks>
21142114
</Docs>
21152115
</Member>

0 commit comments

Comments
 (0)