IEnumerableTGetEnumerator Method |
Returns an enumerator that iterates through the collection.
Namespace: System.Collections.GenericAssembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax IEnumerator<T> GetEnumerator()
Return Value
Type:
IEnumeratorTA
IEnumeratorT that can be used to iterate through the collection.
See Also