[]
Returns an enumerator that iterates through the collection.
public IEnumerator<CustomXmlPart> GetEnumerator()
Public Function GetEnumerator() As IEnumerator(Of CustomXmlPart)
Type | Description |
---|---|
IEnumerator<CustomXmlPart> | An enumerator that can be used to iterate through the collection. |