|
573 | 573 | </Parameters>
|
574 | 574 | <Docs>
|
575 | 575 | <param name="item">The object to add to the collection.</param>
|
576 |
| - <summary>Adds an item to the collection.</summary> |
| 576 | + <summary>Calling this method always throws <see cref="T:System.NotSupportedException" />.</summary> |
577 | 577 | <remarks>To be added.</remarks>
|
578 | 578 | <exception cref="T:System.NotSupportedException">The collection is read-only.</exception>
|
579 | 579 | </Docs>
|
|
608 | 608 | </ReturnValue>
|
609 | 609 | <Parameters />
|
610 | 610 | <Docs>
|
611 |
| - <summary>Removes all items from the collection.</summary> |
| 611 | + <summary>Calling this method always throws <see cref="T:System.NotSupportedException" />.</summary> |
612 | 612 | <remarks>
|
613 | 613 | <format type="text/markdown"><![CDATA[
|
614 | 614 |
|
|
692 | 692 | </Parameters>
|
693 | 693 | <Docs>
|
694 | 694 | <param name="item">The object to remove from the collection.</param>
|
695 |
| - <summary>Removes the first occurrence of a specific object from the collection.</summary> |
| 695 | + <summary>Calling this method always throws <see cref="T:System.NotSupportedException" />.</summary> |
696 | 696 | <returns>
|
697 | 697 | <see langword="true" /> if <paramref name="item" /> was successfully removed from the collection; otherwise, <see langword="false" />. This method also returns <see langword="false" /> if <paramref name="item" /> is not found in the original collection.</returns>
|
698 | 698 | <remarks>To be added.</remarks>
|
@@ -866,8 +866,8 @@ If an object occurs multiple times in the list, the <xref:System.Collections.Gen
|
866 | 866 | <Parameter Name="index" Type="System.Int32" Index="0" FrameworkAlternate="netcore-2.0;netcore-2.1;netcore-2.2;netcore-3.0;netstandard-2.1;netcore-3.1;net-5.0" />
|
867 | 867 | </Parameters>
|
868 | 868 | <Docs>
|
869 |
| - <param name="index">The zero-based index of the element to get or set.</param> |
870 |
| - <summary>Gets or sets the element at the specified index.</summary> |
| 869 | + <param name="index">The zero-based index of the element to get.</param> |
| 870 | + <summary>Gets the element at the specified index.</summary> |
871 | 871 | <value>The element at the specified index.</value>
|
872 | 872 | <remarks>
|
873 | 873 | <format type="text/markdown"><![CDATA[
|
@@ -1076,8 +1076,8 @@ This member is an explicit interface member implementation. It can be used only
|
1076 | 1076 | </Parameters>
|
1077 | 1077 | <Docs>
|
1078 | 1078 | <param name="value">The object to add to the collection.</param>
|
1079 |
| - <summary>Adds an item to the collection.</summary> |
1080 |
| - <returns>The position into which the new element was inserted, or -1 to indicate that the item was not inserted into the collection.</returns> |
| 1079 | + <summary>Calling this method always throws <see cref="T:System.NotSupportedException" />.</summary> |
| 1080 | + <returns>Calling this method always throws <see cref="T:System.NotSupportedException" />.</returns> |
1081 | 1081 | <remarks>To be added.</remarks>
|
1082 | 1082 | <exception cref="T:System.NotSupportedException">The collection is read-only.</exception>
|
1083 | 1083 | </Docs>
|
@@ -1292,8 +1292,7 @@ Starting with the .NET Framework 2.0, this method uses the collection's objects'
|
1292 | 1292 | </ReturnValue>
|
1293 | 1293 | <Docs>
|
1294 | 1294 | <summary>Gets a value indicating whether the collection has a fixed size.</summary>
|
1295 |
| - <value> |
1296 |
| - <see langword="true" /> if the collection has a fixed size; otherwise, <see langword="false" />.</value> |
| 1295 | + <value><see langword="true" />.</value> |
1297 | 1296 | <remarks>
|
1298 | 1297 | <format type="text/markdown"><![CDATA[
|
1299 | 1298 |
|
@@ -1341,8 +1340,8 @@ This member is an explicit interface member implementation. It can be used only
|
1341 | 1340 | <Parameter Name="index" Type="System.Int32" Index="0" FrameworkAlternate="netcore-2.0;netcore-2.1;netcore-2.2;netcore-3.0;netstandard-2.1;netcore-3.1;net-5.0" />
|
1342 | 1341 | </Parameters>
|
1343 | 1342 | <Docs>
|
1344 |
| - <param name="index">The zero-based index of the element to get or set.</param> |
1345 |
| - <summary>Gets or sets the element at the specified index.</summary> |
| 1343 | + <param name="index">The zero-based index of the element to get.</param> |
| 1344 | + <summary>Gets the element at the specified index.</summary> |
1346 | 1345 | <value>The element at the specified index.</value>
|
1347 | 1346 | <remarks>
|
1348 | 1347 | <format type="text/markdown"><![CDATA[
|
@@ -1389,16 +1388,8 @@ This property provides the ability to access a specific element in the collectio
|
1389 | 1388 | </Parameters>
|
1390 | 1389 | <Docs>
|
1391 | 1390 | <param name="value">The object to remove from the collection.</param>
|
1392 |
| - <summary>Removes the first occurrence of a specific object from the collection.</summary> |
1393 |
| - <remarks> |
1394 |
| - <format type="text/markdown"><![CDATA[ |
1395 |
| -
|
1396 |
| -## Remarks |
1397 |
| -
|
1398 |
| -In collections of contiguous elements, such as lists, the elements that follow the removed element move up to occupy the vacated spot. If the collection is indexed, the indexes of the elements that are moved are also updated. This behavior does not apply to collections where elements are conceptually grouped into buckets, such as a hash table. If `value` is not found in the <xref:System.Collections.IList>, the <xref:System.Collections.IList> remains unchanged and no exception is thrown. |
1399 |
| - |
1400 |
| - ]]></format> |
1401 |
| - </remarks> |
| 1391 | + <summary>Calling this method always throws <see cref="T:System.NotSupportedException" />.</summary> |
| 1392 | + <remarks>To be added.</remarks> |
1402 | 1393 | <exception cref="T:System.NotSupportedException">The collection is read-only.</exception>
|
1403 | 1394 | </Docs>
|
1404 | 1395 | </Member>
|
|
0 commit comments