Click or drag to resize

DataSourceCollectionGetEnumerator Method

Enumerates through the list of datasources.

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

Return Value

Type: IEnumeratorTableDataSource

Implements

IEnumerableTGetEnumerator
See Also