IEnumerableGetEnumerator Method |
Returns an enumerator that iterates through a collection.
Namespace: System.CollectionsAssembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax IEnumerator GetEnumerator()
Return Value
Type:
IEnumeratorAn
IEnumerator object that can be used to iterate through the collection.
See Also