EntityList<TEntity>.IEnumerable.GetEnumerator method
SharePoint 2013
Returns an enumerator that iterates through the EntityList<TEntity>.
Assembly: Microsoft.SharePoint.Linq (in Microsoft.SharePoint.Linq.dll)
Return value
Type: System.Collections.IEnumeratorAn IEnumerator that can be used to iterate the list.
Implements
IEnumerable.GetEnumerator()This implementation simply calls EntityList<TEntity>.GetEnumerator().