WalletItemCollection.GetEnumerator Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets an enumerator that can iterate through the collection.
Assembly: Microsoft.Phone (in Microsoft.Phone.dll)
Return Value
Type: System.Collections.Generic.IEnumerator<WalletItem>An enumerator that can iterate through the collection.
Implements
IEnumerable<T>.GetEnumerator()
Show: