We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d1ec07 commit c91686cCopy full SHA for c91686c
xml/System.Collections/IEnumerator.xml
@@ -285,6 +285,7 @@
285
<altmember cref="M:System.Collections.IEnumerator.MoveNext" />
286
<altmember cref="P:System.Collections.IEnumerator.Current" />
287
<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>
289
</Docs>
290
</Member>
291
</Members>
0 commit comments