Get an iterator over the element set of the collection in POCO mode

Namespace: NHibernate.Type
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public virtual IEnumerable GetElementsIterator(
	Object collection
)
Visual Basic
Public Overridable Function GetElementsIterator ( _
	collection As Object _
) As IEnumerable
Visual C++
public:
virtual IEnumerable^ GetElementsIterator(
	Object^ collection
)

Parameters

collection
Type: System..::..Object
The collection to be iterated

Return Value

The iterator.

See Also