Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions xml/System.Collections.Immutable/ImmutableArray`1.xml
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@
<Parameters />
<Docs>
<typeparam name="TOther">To be added.</typeparam>
<summary>Initializes a new instance of the <see cref="T:System.Collections.Immutable.ImmutableArray`1" /> struct by casting the underlying array to an array of type <typeparamref name="TOther"/>.</summary>
<summary>Initializes a new instance of the <see cref="T:System.Collections.Immutable.ImmutableArray`1" /> struct by casting the underlying array to an array of type <typeparamref name="TOther" />.</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
<exception cref="T:System.InvalidCastException">Thrown if the cast is illegal.</exception>
Expand Down Expand Up @@ -2749,7 +2749,7 @@
<Docs>
<param name="index">The index.</param>
<summary>Gets or sets the <see cref="T:System.Object" /> at the specified index.</summary>
<value>To be added.</value>
<value>The <see cref="T:System.Object" /> to set in the collection at the specified index.</value>
<remarks>To be added.</remarks>
<exception cref="T:System.NotSupportedException">Always thrown from the setter.</exception>
<exception cref="T:System.InvalidOperationException">Thrown if the <see cref="P:System.Collections.Immutable.ImmutableArray`1.IsDefault" /> property returns true.</exception>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2109,7 +2109,7 @@
<Docs>
<param name="index">The index.</param>
<summary>Gets or sets the <see cref="T:System.Object" /> at the specified index.</summary>
<value>To be added.</value>
<value>The <see cref="T:System.Object" /> to set in the collection at the specified index.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
Expand Down