String.IEnumerable<Char>.GetEnumerator Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Returns an enumerator that iterates through the current String object.
Assembly: mscorlib (in mscorlib.dll)
Return Value
Type: System.Collections.Generic.IEnumerator<Char>A IEnumerator<T> of type Char that can be used to iterate through the current String object.
Implements
IEnumerable<T>.GetEnumerator()This member is an explicit interface member implementation. It can be used only when the String instance is cast to an IEnumerable<T> interface. For more information, see the GetEnumerator method.
Show: