Skip to content

Commit 93e3974

Browse files
Update GetEnumerator.md
1 parent 7666cdb commit 93e3974

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,13 @@
1+
# IEnumerator GetEnumerator() Method
12

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

Comments
 (0)