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