iBATIS.NET Class Library DataMapper V1.6.1, DataAccess V1.9.1

LazyListGeneric<T>.GetEnumerator Method 

Returns an enumerator that iterates through the collection.

[Visual Basic]
NotOverridable Public Function GetEnumerator() As IEnumerator{`0} _
    Implements IEnumerable<T>.
[C#]
public IEnumerator<T> GetEnumerator();

Return Value

A IEnumerator that can be used to iterate through the collection.

Implements

IEnumerable<T>.

See Also

LazyListGeneric<T> Class | IBatisNet.DataMapper.Proxy Namespace