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 c3595e6 commit 7666cdbCopy full SHA for 7666cdb
Documentation/Stack/GetEnumeratorItemType.md
@@ -1 +1,13 @@
1
+# IEnumerator<{ItemType}> GetEnumerator() Method
2
3
+## Definition
4
+Returns an enumerator that iterates through the collection.
5
+
6
+```C#
7
+public System.Collections.Generic.IEnumerator<{ItemType}> GetEnumerator()
8
+```
9
10
+## Returns
11
+`System.Collections.Generic.IEnumerator<{ItemType}>`
12
13
+An IEnumerator<{ItemType}> that can be used to iterate through the collection.
0 commit comments