EventListGetEnumerator 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<CustomerEvent> GetEnumerator()
Public Function GetEnumerator As IEnumerator(Of CustomerEvent)
public:
virtual IEnumerator<CustomerEvent^>^ GetEnumerator() sealed
abstract GetEnumerator : unit -> IEnumerator<CustomerEvent>
override GetEnumerator : unit -> IEnumerator<CustomerEvent>
Return Value
Type:
IEnumeratorCustomerEvent
An
IEnumerator object that can be used to iterate through the collection.
Implements
IEnumerableTGetEnumerator
See Also