Skip to content

Commit f06924c

Browse files
committed
System.Text docs
1 parent b346cfa commit f06924c

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

xml/System.Text/SpanLineEnumerator.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,7 @@ To get an instance of this type, use <xref:System.MemoryExtensions.EnumerateLine
171171
<summary>Gets the element in the collection at the current position of the enumerator.</summary>
172172
<value>The element in the collection at the current position of the enumerator.</value>
173173
<remarks>This member is an explicit interface member implementation. It can be used only when the &lt;xref:System.Text.SpanLineEnumerator&gt; instance is cast to an &lt;xref:System.Collections.IEnumerator&gt; interface.</remarks>
174+
<inheritdoc />
174175
</Docs>
175176
</Member>
176177
<Member MemberName="System.Collections.IEnumerator.Reset">
@@ -195,6 +196,7 @@ To get an instance of this type, use <xref:System.MemoryExtensions.EnumerateLine
195196
<Docs>
196197
<summary>Sets the enumerator to its initial position, which is before the first element in the collection.</summary>
197198
<remarks>This member is an explicit interface member implementation. It can be used only when the &lt;xref:System.Text.SpanLineEnumerator&gt; instance is cast to an &lt;xref:System.Collections.IEnumerator&gt; interface.</remarks>
199+
<inheritdoc />
198200
</Docs>
199201
</Member>
200202
<Member MemberName="System.IDisposable.Dispose">
@@ -219,6 +221,7 @@ To get an instance of this type, use <xref:System.MemoryExtensions.EnumerateLine
219221
<Docs>
220222
<summary>Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.</summary>
221223
<remarks>This member is an explicit interface member implementation. It can be used only when the &lt;xref:System.Text.SpanLineEnumerator&gt; instance is cast to an &lt;xref:System.IDisposable&gt; interface.</remarks>
224+
<inheritdoc />
222225
</Docs>
223226
</Member>
224227
</Members>

xml/System.Text/SpanRuneEnumerator.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,7 @@ The `foreach` statement of the C# language (`For Each` in Visual Basic) hides th
184184
<summary>Gets the element in the collection at the current position of the enumerator.</summary>
185185
<value>The element in the collection at the current position of the enumerator.</value>
186186
<remarks>This member is an explicit interface member implementation. It can be used only when the &lt;xref:System.Text.SpanRuneEnumerator&gt; instance is cast to an &lt;xref:System.Collections.IEnumerator&gt; interface.</remarks>
187+
<inheritdoc />
187188
</Docs>
188189
</Member>
189190
<Member MemberName="System.Collections.IEnumerator.Reset">
@@ -208,6 +209,7 @@ The `foreach` statement of the C# language (`For Each` in Visual Basic) hides th
208209
<Docs>
209210
<summary>Sets the enumerator to its initial position, which is before the first element in the collection.</summary>
210211
<remarks>This member is an explicit interface member implementation. It can be used only when the &lt;xref:System.Text.SpanRuneEnumerator&gt; instance is cast to an &lt;xref:System.Collections.IEnumerator&gt; interface.</remarks>
212+
<inheritdoc />
211213
</Docs>
212214
</Member>
213215
<Member MemberName="System.IDisposable.Dispose">
@@ -232,6 +234,7 @@ The `foreach` statement of the C# language (`For Each` in Visual Basic) hides th
232234
<Docs>
233235
<summary>Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.</summary>
234236
<remarks>This member is an explicit interface member implementation. It can be used only when the &lt;xref:System.Text.SpanRuneEnumerator&gt; instance is cast to an &lt;xref:System.IDisposable&gt; interface.</remarks>
237+
<inheritdoc />
235238
</Docs>
236239
</Member>
237240
</Members>

0 commit comments

Comments
 (0)