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

LazyList.GetEnumerator Method 

Returns an enumerator that iterates through a collection.

[Visual Basic]
NotOverridable Public Function GetEnumerator() As IEnumerator _
    Implements IEnumerable.
[C#]
public IEnumerator GetEnumerator();

Return Value

An IEnumerator object that can be used to iterate through the collection.

Implements

IEnumerable.

See Also

LazyList Class | IBatisNet.DataMapper.Proxy Namespace