Click or drag to resize

RowCollectionGetEnumerator Method

Returns an enumerator that iterates through a collection.

Namespace:  Easymap.AddIn.Data
Assembly:  Easymap.AddIn (in Easymap.AddIn.dll) Version: 11.2.0.0
Syntax
public IEnumerator<Row> GetEnumerator()

Return Value

Type: IEnumeratorRow

Implements

IEnumerableTGetEnumerator
See Also