Returns an enumerator that iterates through a collection.

Namespace: Castle.ActiveRecord.Framework.Internal
Assembly:  Castle.ActiveRecord (in Castle.ActiveRecord.dll)
Version: 1.0.3.0

Syntax

C#
public IEnumerator GetEnumerator()

Return Value

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

See Also