Click or drag to resize

DisposableObjectsGetEnumerator Method

Returns an enumerator that iterates through the Collection.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public IEnumerator<DisposableObject> GetEnumerator()

Return Value

Type: IEnumeratorDisposableObject
A List.Enumerator for the Collection

Implements

IEnumerableTGetEnumerator
See Also