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.Text.RegularExpressions/CaptureCollection.xml
+6-10Lines changed: 6 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -661,7 +661,7 @@ A collection that is read-only does not allow the addition or removal of element
661
661
662
662
## Remarks
663
663
664
-
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.
664
+
This method is not supported. This is a read-only collection.
665
665
666
666
]]></format>
667
667
</remarks>
@@ -896,7 +896,7 @@ This property provides the ability to access a specific element in the collectio
896
896
897
897
## Remarks
898
898
899
-
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.
899
+
This method is not supported. This is a read-only collection.
900
900
901
901
]]></format>
902
902
</remarks>
@@ -1114,11 +1114,7 @@ This member is an explicit interface member implementation. It can be used only
1114
1114
1115
1115
## Remarks
1116
1116
1117
-
This member is an explicit interface member implementation. It can be used only when the <xref:System.Text.RegularExpressions.CaptureCollection> instance is cast to an <xref:System.Collections.IList> interface.
1118
-
1119
-
1120
-
1121
-
Implementations of this method can vary in how they handle the <xref:System.Collections.ICollection.Count%2A?displayProperty=nameWithType> and the capacity of a collection. Typically, the count is set to zero, and references to other objects from elements of the collection are also released. The capacity can be set to zero or a default value, or it can remain unchanged.
1117
+
This method is not supported. This is a read-only collection.
1122
1118
1123
1119
]]></format>
1124
1120
</remarks>
@@ -1398,7 +1394,7 @@ This property provides the ability to access a specific element in the collectio
1398
1394
1399
1395
## Remarks
1400
1396
1401
-
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.
1397
+
This method is not supported. This is a read-only collection.
1402
1398
1403
1399
]]></format>
1404
1400
</remarks>
@@ -1445,8 +1441,8 @@ In collections of contiguous elements, such as lists, the elements that follow t
1445
1441
1446
1442
## Remarks
1447
1443
1448
-
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.
1449
-
1444
+
This method is not supported. This is a read-only collection.
Copy file name to clipboardExpand all lines: xml/System.Text.RegularExpressions/MatchCollection.xml
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -928,7 +928,7 @@ This property provides the ability to access a specific element in the collectio
928
928
929
929
## Remarks
930
930
931
-
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.
931
+
This method is not supported. This is a read-only collection.
932
932
933
933
]]></format>
934
934
</remarks>
@@ -1477,8 +1477,8 @@ In collections of contiguous elements, such as lists, the elements that follow t
1477
1477
1478
1478
## Remarks
1479
1479
1480
-
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.
1481
-
1480
+
This method is not supported. This is a read-only collection.
1481
+
1482
1482
]]></format>
1483
1483
</remarks>
1484
1484
<exceptioncref="T:System.NotSupportedException">The collection is read-only.</exception>
0 commit comments