Skip to content

Commit 1d57b64

Browse files
author
Prashanth Govindarajan
committed
Final comments
1 parent 5b5dccf commit 1d57b64

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

xml/System.Text.RegularExpressions/CaptureCollection.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
</Attribute>
5656
</Attributes>
5757
<Docs>
58-
<summary>Represents the set of captures made by a single capturing group. The collection is immutable (read-only) and has no public constructor. The <see cref="T:System.Text.RegularExpressions.CaptureCollection" /> object contains one or more <see cref="T:System.Text.RegularExpressions.Capture" /> objects.</summary>
58+
<summary>Represents the set of captures made by a single capturing group. The collection is immutable (read-only) and has no public constructor.</summary>
5959
<remarks>
6060
<format type="text/markdown"><![CDATA[
6161
@@ -833,7 +833,7 @@ If an object occurs multiple times in the list, the <xref:System.Collections.Gen
833833
## Remarks
834834
835835
This property provides the ability to access a specific element in the collection by using the following syntax: `myCollection[index]`.
836-
The C# language uses the [this](~/docs/csharp/language-reference/keywords/this.md) keyword to define the indexers instead of implementing the <xref:System.Collections.Generic.IList%601.Item%2A> property. Visual Basic implements <xref:System.Collections.Generic.IList%601.Item%2A> as a [default property](~/docs/visual-basic/language-reference/modifiers/default.md), which provides the same indexing functionality.
836+
The C# language uses the [this](~/docs/csharp/language-reference/keywords/this.md) keyword to define the indexers instead of implementing the <xref:System.Collections.Generic.IList%601.Item%2A> property. Visual Basic implements <xref:System.Collections.Generic.IList%601.Item%2A> as a [default](~/docs/visual-basic/language-reference/modifiers/default.md) property, which provides the same indexing functionality.
837837
838838
]]></format>
839839
</remarks>
@@ -1073,7 +1073,7 @@ This member is an explicit interface member implementation. It can be used only
10731073
<summary>Calling this method always throws <see cref="T:System.NotSupportedException" />.</summary>
10741074
<exception cref="T:System.NotSupportedException">The collection is read-only.</exception>
10751075
<remarks>To be added.</remarks>
1076-
</Docs>
1076+
</Docs>
10771077
</Member>
10781078
<Member MemberName="System.Collections.IList.Contains">
10791079
<MemberSignature Language="C#" Value="bool IList.Contains (object value);" />

0 commit comments

Comments
 (0)