Share via


EntityInstanceEnumeratorBase.MoveNext Method

When overridden in a derived class, advances the enumerator to the next element of the collection.

Namespace:  Microsoft.Office.Server.ApplicationRegistry.Runtime
Assembly:  Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)

Syntax

'Declaration
Public Overridable Function MoveNext As Boolean
'Usage
Dim instance As EntityInstanceEnumeratorBase
Dim returnValue As Boolean

returnValue = instance.MoveNext()
public virtual bool MoveNext()

Return Value

Type: System.Boolean
true if the enumerator successfully advances to the next element; false if the enumerator passes the end of the collection.

See Also

Reference

EntityInstanceEnumeratorBase Class

EntityInstanceEnumeratorBase Members

Microsoft.Office.Server.ApplicationRegistry.Runtime Namespace