This topic has not yet been rated - Rate this topic

EntityList<TEntity>.IEnumerable.GetEnumerator method

Returns an enumerator that iterates through the EntityList<TEntity>.

Namespace:  Microsoft.SharePoint.Linq
Assembly:  Microsoft.SharePoint.Linq (in Microsoft.SharePoint.Linq.dll)
IEnumerator IEnumerable.GetEnumerator()

Return value

Type: System.Collections.IEnumerator
An IEnumerator that can be used to iterate the list.

Implements

IEnumerable.GetEnumerator()

This implementation simply calls EntityList<TEntity>.GetEnumerator().

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.