EAPCollectionBaseGetEnumerator Method |
Returns an enumerator that can iterate through the ArrayList.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public IEnumerator GetEnumerator()
Public Function GetEnumerator As IEnumerator
Return Value
Type:
IEnumeratorReturns an enumerator that can iterate through the ArrayList.
Implements
IEnumerableGetEnumeratorSee Also