Skip to content

Commit 7666cdb

Browse files
Update GetEnumeratorItemType.md
1 parent c3595e6 commit 7666cdb

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<{ItemType}> GetEnumerator() Method
12

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

Comments
 (0)