Translate page

Move.Next_Method


Advances the enumerator to the next element of the collection.

Namespace:  JollyGiant.Emulation
Assembly:  JGSComdotNet (in JGSComdotNet.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
bool MoveNext()
Visual Basic (Declaration)
Function MoveNext As Boolean
Visual C++
bool MoveNext()
JavaScript
function MoveNext();

Return Value

true if the enumerator was successfully advanced to the next element; false if the enumerator has passed the end of the collection.

Implements

IEnumerator..::.MoveNext()()()

Exceptions


ExceptionCondition
System..::.InvalidOperationExceptionThe collection was modified after the enumerator was created.

See Also


ISessionInfoCollection Interface
MoveNext Overload
JollyGiant.Emulation Namespace

Send comments on this topic to Jolly Giant Software

Copyright 2009 by Jolly Giant Software, Inc.