AssociatedPersonsListGetEnumerator Method |
Returns an enumerator that iterates through a collection.
Namespace:
Aspose.Email.PersonalInfo
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic IEnumerator<AssociatedPerson> GetEnumerator()
Public Function GetEnumerator As IEnumerator(Of AssociatedPerson)
public:
virtual IEnumerator<AssociatedPerson^>^ GetEnumerator() sealed
abstract GetEnumerator : unit -> IEnumerator<AssociatedPerson>
override GetEnumerator : unit -> IEnumerator<AssociatedPerson>
Return Value
Type:
IEnumeratorAssociatedPerson
An
IEnumerator object that can be used to iterate through the collection.
Implements
IEnumerableTGetEnumerator
See Also