Skip to content

Commit 51f7cd6

Browse files
Jan JahodaJan Jahoda
authored andcommitted
Add IEnumerable.GetEnumerator description
1 parent fbfb8aa commit 51f7cd6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

xml/System.Net/WebHeaderCollection.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2000,8 +2000,8 @@
20002000
</ReturnValue>
20012001
<Parameters />
20022002
<Docs>
2003-
<summary>To be added.</summary>
2004-
<returns>To be added.</returns>
2003+
<summary>Returns an enumerator that can iterate through the <see cref="T:System.Net.WebHeaderCollection" /> instance.</summary>
2004+
<returns>An <see cref="T:System.Collections.IEnumerator" /> for the <see cref="T:System.Net.WebHeaderCollection" />.</returns>
20052005
<remarks>To be added.</remarks>
20062006
</Docs>
20072007
</Member>

0 commit comments

Comments
 (0)