Click or drag to resize

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()

Return Value

Type: IEnumerator
Returns an enumerator that can iterate through the ArrayList.

Implements

IEnumerableGetEnumerator
See Also