Returns an enumerator that can be used to iterate through the collection.

GetEnumerator()

public IEnumerator<DocumentServer.DataSources.DataTableInfo> GetEnumerator();
Public Function GetEnumerator() As IEnumerator(Of DocumentServer.DataSources.DataTableInfo)

Return Value

The return value is an IEnumerator that represents the collection.