XmlArrayItemAttributes.GetEnumerator Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Returns an IEnumerator that can iterate through the collection.
Assembly: System.Xml.Serialization (in System.Xml.Serialization.dll)
Return Value
Type: System.Collections.IEnumeratorAn IEnumerator object that can iterate through the collection.
Implements
IEnumerable.GetEnumerator
Show: