Skip to content

Commit c91686c

Browse files
authored
Add NotSupportedException on IEnumerator.Reset
1 parent 4d1ec07 commit c91686c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

xml/System.Collections/IEnumerator.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -285,6 +285,7 @@
285285
<altmember cref="M:System.Collections.IEnumerator.MoveNext" />
286286
<altmember cref="P:System.Collections.IEnumerator.Current" />
287287
<exception cref="T:System.InvalidOperationException">The collection was modified after the enumerator was created. </exception>
288+
<exception cref="T:System.NotSupportedException">The enumerator does not support being reset.</exception>
288289
</Docs>
289290
</Member>
290291
</Members>

0 commit comments

Comments
 (0)